v1
latestOpenAPI 3.0.02026-07-178236113.8 KBUsers
Get a single user by authId
Required scope - read_user
get/api/v1/users/{authId}
Path parameters
authIdstring required
The authId of the user
Response
A single user object
Example response
{
"user": {
"attributes": {
"attribute name 1": "value for attribute name 1",
"attribute name 2": "value for attribute name 2"
}
}
}