Request

GET https://api.digital-nautic.com/v3/users

Query parameters

Parameter name Value Description Additional
id integer

filter results by user id

name string

filter results by user name (filters on both firstName and lastName)

organizationType string

filter results by user organization type (accepted values are INDIVIDUAL, SOCIETY or ASSOCIATION)

email string

filter results by user email

deactivated boolean

set to "true" to only return deactivated users

page integer

which page to display

perPage integer

number of results, integer between 1 and 100

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

the filtered user list

User[]
400 Bad Request

bad input parameter

401 Unauthorized

authorization information is missing or invalid.


Explore this API

id

filter results by user id

name

filter results by user name (filters on both firstName and lastName)

organizationType

filter results by user organization type (accepted values are INDIVIDUAL, SOCIETY or ASSOCIATION)

email

filter results by user email

deactivated

set to "true" to only return deactivated users

page

which page to display

perPage

number of results, integer between 1 and 100

Response Content-Type
Try it out!