Get user

Get a user by its user ID.

Method GET
URL /v1/user/{siteId}/{userId}

The received data depends on the access rights of the requester. For details, in User model, see the "Access" column.

Request parameters

Parameter

Type

Description

Required

Default

filter (query)

string

Comma-separated list of column names to return in the response.

no

All

includeAGChatSettings

Boolean

Include the user's agent-group chat settings in the response.

no

true

includeAgentCoachStatus

Boolean

Include the user's agent-coach status in the response.

no

true

includeAgentSettings

Boolean

Include the user's agent settings in the response.

no

true

includeUserFilters

Boolean

Include the user's user filter in the responses.

no

true

siteId (path)

integer

Site ID. Unique identifier assigned during client-account creation in Nuance Portal.

yes

 

skills (query)

Boolean

Include the user's skills in the response.

no

true

userId (path)

integer

User ID.

yes

 

Response codes

Status

Description

200

Request succeeded. The response has content, which is described in User model.

404

The server cannot find the requested user. This user may not exist.

For a full list of supported response codes for UMAPI, see Response codes.

Samples

Note: Authentication is required to try out samples. For details, see API token authentication.