Users

List users

get

Returns a paginated list of all users in the account. Admin only.

Authorizations
AuthorizationstringRequired

API token obtained from Screendesk account settings

Responses
chevron-right
200

A paginated list of users

application/json
get
/users
get

Returns a single user matching the provided email address. Admin only.

Authorizations
AuthorizationstringRequired

API token obtained from Screendesk account settings

Query parameters
emailstring · emailRequired

The email address to search for

Responses
chevron-right
200

User details

application/json
emailstring · emailOptional
namestringOptional
has_profile_picturebooleanOptional
created_atstring · date-timeOptional
updated_atstring · date-timeOptional
rolestring · enumOptional

The user's role in the account

Possible values:
get
/users/search

Last updated

Was this helpful?