get https://api.talkdeskapp.com/scim/v2/ResourceTypes/User
Check the user resource type
Scope
scim
API Availability
The SCIM API is only available for customers enrolled in Talkdesk's Early Access (EA) program.
To enter the EA program, contact a Customer Success Manager.
Body Response - Schema
200 OK
Describes the attributes and metadata constituting a resource such as a user.
Parameter | Type | Description | Required |
---|---|---|---|
schemas | array[string] | related URNs of the resource type | yes |
description | string | the resource's description, e.g.: access user resources | yes |
endpoint | string | the relative endpoint to obtain the resource, e.g.: /scim/v2/Users | yes |
id | string | the resource's ID, e.g.: "User" | yes |
name | string | the resource's name, e.g.: "User" | yes |
schema | string | the resource's associated schema, e.g.: urn:ietf:params:scim:schemas:core:2.0:User | yes |
meta | object | Type and location of resource type. "meta" subdivides into: 1 - "resourceType" - resource's type. Required. 2 - "location" - URL of resource schema of the resource, e.g.: https://api.talkdeskapp.com/scim/v2/ResourceTypes/User. Required. | no |
401 (missing or invalid authorization), 403 (forbidden operation)
SCIM-related error
Parameter | Type | Description | Required |
---|---|---|---|
schemas | array[string] | URN schema for errors. Allowed value: urn:ietf:params:scim:api:messages:2.0:Error | no |
status | string | HTTP status code | no |
detail | string | message detailing the error | no |
scimType | string | type of SCIM error | no |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.