List User Roles
Lists the roles assigned to a user. Returns 400 if any filter parameters are invalid.
Query parameters
Filter roles returned in the response.
Response
A paginated list response for a collection of assigned roles.
Example response
{
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
},
"data": [
{
"id": "54cc6168-ebb1-4300-8168-d62a0dd08fc8",
"role_name": "Viewer",
"entity_id": "18ee2573-dec0-4b83-be99-fa7700bcdc61",
"entity_type_name": "Control Planes",
"entity_region": "us"
}
]
}Changes
Changed in 6 of the 75 revisions of this API.11108
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ●
- ●
added the new
sgenum value to thedata/items/entity_regionresponse property for the response status200response-property-enum-value-added
- ●
- ●
for the
queryrequest parameterfilter, the type/format of propertyentity_type_namewas changed fromstring/to/request-parameter-property-type-changed
- ●
for the
queryrequest parameterfilter, the type/format of propertyrole_namewas changed fromstring/to/request-parameter-property-type-changed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
databecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/entity_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/entity_type_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/role_namebecame nullable for the status200response-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
data/items/entity_regionresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ●
added the new
*enum value to thedata/items/entity_regionresponse property for the response status200response-property-enum-value-added
- ●
added the new
auenum value to thedata/items/entity_regionresponse property for the response status200response-property-enum-value-added
- ●
added the new
euenum value to thedata/items/entity_regionresponse property for the response status200response-property-enum-value-added
- ●
added the new
inenum value to thedata/items/entity_regionresponse property for the response status200response-property-enum-value-added
- ●
added the new
meenum value to thedata/items/entity_regionresponse property for the response status200response-property-enum-value-added
- ●
added the new
usenum value to thedata/items/entity_regionresponse property for the response status200response-property-enum-value-added
- ○
removed
EntityRegionsubschema #2from thedata/items/entity_regionresponse propertyallOflist for the response status200response-property-all-of-removed
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
data/items/entity_regionresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added
EntityRegionsubschema #2to thedata/items/entity_regionresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
*enum value from thedata/items/entity_regionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
auenum value from thedata/items/entity_regionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
euenum value from thedata/items/entity_regionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
inenum value from thedata/items/entity_regionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
meenum value from thedata/items/entity_regionresponse property for the response status200response-property-enum-value-removed
- ○
removed the
usenum value from thedata/items/entity_regionresponse property for the response status200response-property-enum-value-removed
- ▲