Skip to main content
GET
Get resource user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resource_id
string<uuid>
required

The ID of the resource.

user_id
string<uuid>
required

The ID of the user.

Query Parameters

cursor
string

The pagination cursor value.

Response

List of ResourceUser records for the user's access to the resource.

data
object[]
required
cursor
string

Pagination cursor for the next page of results

Example:

"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"

total_count
integer

Total number of results

Example:

120

Last modified on July 23, 2026