Get a user attribute
GET
/users/attributes/{attributeName}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-sandbox.saaslogic.io/v1/users/attributes/in anim eu' \
--header 'Accept: application/json' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
Response Response Example
200 - Attribute retrieved successfully
{
"attributeName": "authUserId",
"attributeValue": "365e4564-e90b-12d3-f422-426614174111",
"userName": "john.doe@example.com",
"orgId": "123e4567-e89b-12d3-a456-426614174000"
}
Request
Path Params
attributeName
string
required
Example:
in anim eu
Header Params
Accept
string
required
Example:
application/json
Authorization
string
required
Default:
Bearer {{bearerToken}}
Content-Type
string
optional
Default:
application/json