Skip to content

List user attribute names.

GET
/api/admin/attributes/names
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/attributes/names \
--header 'Authorization: Bearer <token>'

Returns distinct user attribute names used in the current tenant with their occurrence counts.

User attribute name list response.

Media type application/json
object
attribute_names
required
Array<object>
object
attribute_name
required
string
count
required
integer
key
additional properties
key
additional properties
Example generated
{
"attribute_names": [
{
"attribute_name": "example",
"count": 1
}
]
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}