The principal description assured by the configured Identity Provider. All values are according to OIDC id token claims and standard claims. See https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims
Responses
Description
200
A successful response.
401
Returned when the user is not authenticated to the system.
403
Returned when the user is not authorized to update the root principals.
default
An unexpected error response.
patch/archivist/v1/tenancies/root_principals
Update the list of tenant root user principals
Description: Replace the list of tenant root user principals. Note that you are not able to remove yourself from the list.
The principal description assured by the configured Identity Provider. All values are according to OIDC id token claims and standard claims. See https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims
The principal description assured by the configured Identity Provider. All values are according to OIDC id token claims and standard claims. See https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims
Responses
Description
200
A successful response.
400
Returned when the request is badly formed. Including, but not limited to, attempting to remove yourself as a root uesr principal.
401
Returned when the user is not authenticated to the system.
403
Returned when the user is not authorized to update the root principals.
default
An unexpected error response.
get/archivist/v1/tenancies/tenantid
Get ID of tenant associated with issuer and/or subject, and create if not exists.
Description: Get ID of tenant associated with issuer and/or subject, and create if not exists.
null
Response Parameter
Type
Description
identity
string
tenant identity {UUID}
new_tenant
boolean
true if this request created a new tenant
tier
tenant tier FREE or PREMIUM
Responses
Description
200
A successful response.
400
Returned when the user doesn’t provide an issuer or subject to filter on.
401
Returned when the user is not authenticated to the system.
403
Returned when the user is not authorized to retrieve the tenant id.
default
An unexpected error response.
get/archivist/v1/tenancies/users
List Users
Description: Returns a list of Users active in or invited to the tenant.