Get user invites
GET {{url}}/accounts/api/organizations/{{organization_id}}/invites?limit=25&offset=0&search=&sort=invited_at&ascending=false&forTenant=true
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
offset | number | ||
search | null | ||
sort | string | ||
ascending | boolean | ||
forTenant | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |