Get user by user ID
The GET /users/{userId}
endpoint returns the user matching the user ID provided.
Headers
Header parameters in Requests (User Admin API) apply to this endpoint.
Authorization scopes supported:
Scope | Access granted |
---|---|
users:read | Entire endpoint |
users:write | Entire endpoint |
Parameters
The endpoint accepts the following path parameter:
userId
Type | Required | Example |
---|---|---|
String | True | 8e22b1fe-d2ea-403d-8c03-50eb21188e79 |
The user ID of the required user.
Requests
Request a single user
curl -L -X GET "https://***.api.newvoicemedia.com/useradmin/users/8e22b1fe-d2ea-403d-8c03-50eb21188e79" \ -H "Accept: application/vnd.newvoicemedia.v4+json" \ -H "Authorization: Bearer <ACCESS_TOKEN>"
Responses
Responses contain the requested user object.
Successful response
Successful requests return a 200 Success
code and the requested user.
Example response
{ "userId": "8e22b1fe-d2ea-403d-8c03-50eb21188e79", "username": "wallboard", "name": "Wallboard", "email": "wallboard@vonage.com", "lastLoginTime": "2021-08-26T07:37:55.465Z", "active": true, "locked": false, "ssoExternalId": "exampleSso", "userAccountConfiguration": { "role": "Wallboard", "chargeable": true, "actAsAgent": true, "agentConfiguration": { "agentDisplayId": "123", "webrtc": true, "enforcedDispositionCodes": false, "transcribeCalls": true, "screenRecording": false, "callParking": true, "salesCadence": false, "outboundAutoanswer": true, "inboundAutoanswer": true, "outboundWrapUp": 100, "backToReadyAfterNoAnswer": 100, "backToReadyAfterLineBusy": 90, "backToReadyAfterInvalidNumber": 80, "backToReadyAfterNetworkIssue": 5, "callRatingFrequency": 56, "location": "GB", "telephonyAddress": { "telephoneAddress": "800100", "telephonyExtension": "44", "outboundTelephonyRegion": "ab6fd03e-de5a-41fb-9ad8-0e9fcb39f827", "nationalDisplay": true, "virtualLocation": "PL", "preventAutoCallbackNumber" : true, "selectedCallbackNumberId": "4c0b6793-a4c9-4075-839e-08fb99ba7efd" }, "capacity": { "isAgentLevel": false, "live": 60, "nonlive": 15, "semilive": 75 }, "associatedUsers": [ { "username": "supervisor_vbc", "applicationType": "VBC" } ] } } }
where:
username
. A username for the user. The username is unique in the account.name
. The user’s name, used for display purposes throughout the Vonage Contact Center (VCC) platform.email
. The user’s email address.userId
. The unique ID of the user.lastLoginTime
. Date and time of user’s last login to any Vonage Contact Center account.active
. A Boolean indicating if the user account is active, false indicates archived users.ssoExternalId
. The value that the user uses to log in to Vonage Contact Center using single sign-on.locked
. A Boolean indicating if the user account has been locked out due to failed logins.userAccountConfiguration
. Contains user settings.role
. The user’s role, indicating the tasks that they can perform. Possible values are Admin, Supervisor, Wallboard, or Agent.chargable
. Indicates if you are charged for this user, Vonage employee users appear as false. Possible values are true or false.actAsAgent
. Indicates whether this user has agent capabilities. Possible values are true or false.agentConfiguration
. Appears ifactAsAgent
is true. Contains the settings for any agent or user who can act as an agent.agentDisplayId
. The agent’s unique ID.webrtc
. Indicates whether this agent can use ContactPad with WebRTC. Possible values are true or false.agentControlWebrtc
. Indicates whether this agent can control ContactPad when using WebRTC. Possible values are true or false.handleMultipleInteractions
. Indicates whether this agent can handle more than one interaction. Possible values are true or false.enforcedDispositionCodes
. Indicates whether this agent must provide a disposition code for an interaction. Possible values are true or false.transcribeCalls
. Indicates whether this agent’s calls should be transcribed. Possible values are true or false.screenRecording
. Indicates whether this agent’s screen should be recorded during calls. Possible values are true or false.callParking
. Indicates whether call parking is turned on for this agent. Possible values are true or false.salesCadence
. Indicates whether Cadence is turned on for this agent. Possible values are true or false.outboundAutoanswer
. Indicates whether this agent’s outbound calls should be automatically answered. Possible values are true or false.inboundAutoanswer
. Indicates whether this agent’s inbound calls should be automatically answered. Possible values are true or false.outboundWrapUp
. The maximum time, in seconds, that the agent can remain in a Wrap Up (Auto) state after an outbound call ends. Maximum value is 7200, minimum value is 1.backToReadyAfterNoAnswer
. The maximum time, in seconds, that the agent can remain in an unexpected state if they do not answer their phone (No Answer state appears in ContactPad). Maximum value is 7200, minimum value is 1.backToReadyAfterLineBusy
. The maximum time, in seconds, that the agent can remain in an unexpected state if their line is busy (Line Busy state appears in ContactPad). Maximum value is 7200, minimum value is 1.backToReadyAfterInvalidNumber
. The maximum time, in seconds, that the agent can remain in a fault state if they have an invalid number in their settings (Network Congestion state appears in ContactPad). Maximum value is 7200, minimum value is 1.backToReadyAfterNetworkIssue
. The maximum time, in seconds, that the agent can remain in a fault state due to a network issue (Fault on Line state appears in ContactPad). Maximum value is 7200, minimum value is 1.callRatingFrequency
. The percentage of the agent’s calls that they must rate if the Post Call Quality Rating feature is turned on. If 100, the agent must rate all calls. Maximum value is 100, minimum value is 0.video
. Indicates whether agent can use VBC video calling. Possible values are true or false.transcribeCallsRealTime.
Indicates whether agent can use the real-time transcription feature. Possible values are true or false.callRecordingControls
. Indicates whether agent can control call recordings using ContactPad. Possible values are true or false.location
. The country code for the agent’s physical location used primarily for routing. For example, GB.telephonyAddress
.telephoneAddress
. The agent’s phone number in national format. Vonage Contact Center routes calls to this number. Maximum length is 255. Can contain any of the following characters: \+?[0-9]+.telephonyExtension
.outboundTelephonyRegion
. The telephony region in which the agent is located. Vonage Contact Center uses an agent’s telephony region to determine the telephony server to use when the agent makes an outbound call.nationalDisplay
. Whether telephone numbers that the agent sees in the Vonage Contact Center platform are displayed in national format. Possible values are true or false.virtualLocation
. The country code for the agent’s virtual location. For example, PL.preventAutoCallbackNumber
. Indicates whether the agent is allowed to override the automatically presented callback number. Possible values are true or false.selectedCallbackNumberId
. The callback number's unique ID.
capacity
.isAgentLevel
. Indicates whether this agent’s capacity settings override the account settings. Possible values are true or false.live
. The percentage of this agent’s capacity that is used by a live interaction, such as a phone call. For example, 75. Maximum value is 100, minimum is 51.nonlive
. The percentage of this agent’s capacity that is used by a non-live interaction, such as an email. For example, 25. Maximum value is 100, minimum is 1.semilive
. The percentage of this agent’s capacity that is used by a semi-live interaction, such as a chat. For example, 33. Maximum value is 100, minimum is 1.
associatedUsers
. The non-VCC users that this agent is linked to.username
. The username of a non-VCC user that this agent is linked to. For example, supervisor_vbc.applicationType
. The application that the non-VCC user that is linked to this agent is from. For example, VBC.
For information, see Trying out Vonage Contact Center APIs.