Directory Sync

Get user by id from a directory

get/api/v1/dsync/users/{userId}

Path parameters

userIdstring required

User ID

Query parameters

tenantstring

Tenant (Optional if directoryId is provided)

productstring

Product (Optional if directoryId is provided)

directoryIdstring

Directory ID (Optional if tenant/product is provided)

Response

Success

idstring

User ID

first_namestring

First name

last_namestring

Last name

emailstring

Email address

activeboolean

Indicates whether the user is active or not

rawobject

Raw user attributes from the Identity Provider

Changes

Changed in 2 of the 50 revisions of this API.11