Skip to content

Get User by Username​

GET
/users/{Username}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"UserName": "string",
"FullName": "string",
"EmailAddress": "string",
"Phone": "string",
"PhoneExt": "string",
"RecordId": 0,
"PREFERENCE_AutomaticallyWriteSendoutActivityToAllJobOrderContacts": 0,
"SecurityPolicy": "string",
"IsAPI": true,
"ActiveUser": true,
"Teams": [
{
"AggregateCount": 0,
"MetaData": null,
"Name": "string",
"FullName": "string",
"RecordId": 0,
"InheritAccessToParent": true,
"AllowPeerAccess": true,
"Users": [
{
}
],
"Teams": [
{
}
]
}
]
}

Playground​

Authorization
Variables
Key
Value

Samples​