Skip to main content
GET
List access requests

Authorizations

Authorization
string
header
required

Personal access token, sent as Authorization: Bearer <token>.

Path Parameters

app_id
string
required

ID of the app.

Query Parameters

role
string | null

List only entries with this app role. all, or leaving it out, lists every role.

Response

The app's access requests and pending invitations.

id
string
required

ID of the access request.

Example:

"68d4a1f7c2b9e5001a7f3c60"

app_id
string
required

ID of the app.

Example:

"6820f3a4e7b91d003c45a1f2"

email
string
required

Email of the person.

Example:

"jane@acme.com"

full_name
string | null
required

Name of the person, or null when they didn't give one.

Example:

"Jane Cooper"

role
string
required

App role the person gets when they join.

Example:

"user"

status
string
required

pending when the person asked for access and is waiting for your review, approved when they're invited or approved but haven't joined yet, or completed once they've joined.

Example:

"pending"

requested_at
string
required

When the request or invitation was made, as a UTC timestamp in ISO 8601 format.

Example:

"2026-09-20T08:12:44.201000Z"

data
Data · object
required

Custom User fields stored on the invitation, limited by the User entity's field-level read rules.

Example: