X-Organization-Id
header should be present on all requests, and X-Tenant-Id
header should be present on requests that are scoped to a particular workspace.
List roles
under RBAC should be used for retrieving role IDs of these operations. List [organization|workspace] members
endpoints (below) response "id"
s should be used as identity_id
in these operations.
Organization level:
read_only
(deprecated), password
and full_name
(basic auth only)X-Tenant-Id
header to specify which workspace to target. If the header is not present, operations will default to the workspace the API key was initially created in.unshare_all
to unshare ALL shared resources in the organization - use disable_public_sharing
to prevent future sharing of resources/api-key/current
endpoints: these are related a user’s PATs/sso/email-verification/send
(Cloud-only): this endpoint is related to SAML SSO<replace_me>
is in the code.