Product documentation
DirectoryMembers
The DirectoryMembers resource.
DirectoryMembers
The DirectoryMembers resource.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/directories/{id}/groups | Directory Members List Groups | tenant:orgs.read |
GET | /api/v1/directories/{id}/users | Directory Members List Users | tenant:orgs.read |
Operation details
GET /api/v1/directories/{id}/groups
Directory Members List Groups
- Operation ID:
directoryMembersListGroups - Required scopes:
tenant:orgs.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id | path | yes | string | |
limit | query | no | integer | |
cursor | query | no | string |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | ListEnvelopeDirectoryGroupResponse |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |
GET /api/v1/directories/{id}/users
Directory Members List Users
- Operation ID:
directoryMembersListUsers - Required scopes:
tenant:orgs.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id | path | yes | string | |
limit | query | no | integer | |
cursor | query | no | string |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | ListEnvelopeDirectoryUserResponse |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |