Skip to content

List all custom attributes for a user

GET
/api/v4/users/{id}/custom_attributes

Lists all custom attributes for a specified user.

id
required
One of:
string

The ID or URL-encoded path of the user

OK

Media type application/json
object
key
string
value
string
Example
{
"key": "foo",
"value": "bar"
}

Bad Request

Not Found