Role Bindings
Get a role binding
Get a single role binding by its ID.
<Note>This endpoint is in beta, read more here.</Note>
get/v2/role-bindings/{binding_id}
Path parameters
binding_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique role binding identifier (base64)
Response
A role binding object.
Example response
{
"role_id": "RW50aXR5OjEyMzQ1",
"user_id": "RW50aXR5OjEyMzQ1",
"resource_id": "RW50aXR5OjEyMzQ1"
}