GET
/v1/identityDescribe the authenticated caller
Return the authenticated Principal and the Control Plane deployment serving the request.
Authentication
Send an API key as a Bearer token in the Authorization header.
Parameters
This operation has no path or query parameters.
Responses
200Success401Unauthorizedapplication/jsonReusable schemas
OrganizationMemberIdentityEncoded
object- unknown properties allowed
false
principalIdrequiredstringThe Principal identifier.- maximum length
64 - pattern
^principal_[\s\S]+$
- maximum length
serviceVersionrequiredstringThe immutable version of the serving Control Plane revision.environmentNamerequiredstringThe deployment this container is part of, which is not a Cantora EnvironmentkindrequiredstringThe authenticated Principal kind.- allowed values
"organizationMember"
- allowed values
organizationIdrequiredstringThe Organization identifier.- maximum length
64 - pattern
^org_[\s\S]+$
- maximum length
organizationNamerequiredstringThe customer-facing Organization name.displayNamerequiredstringThe human-readable resource name.emailAddressrequiredstringThe Organization Member's email address.organizationRolerequired- The caller's active Organization-wide role, or null when no such Grant is active.Any of
string- allowed values
"owner", "admin", "developer", "viewer"
null - allowed values
UserIdentityEncoded
object- unknown properties allowed
false
principalIdrequiredstringThe Principal identifier.- maximum length
64 - pattern
^principal_[\s\S]+$
- maximum length
serviceVersionrequiredstringThe immutable version of the serving Control Plane revision.environmentNamerequiredstringThe deployment this container is part of, which is not a Cantora EnvironmentkindrequiredstringThe authenticated Principal kind.- allowed values
"user"
- allowed values
ServicePrincipalIdentityEncoded
object- unknown properties allowed
false
principalIdrequiredstringThe Principal identifier.- maximum length
64 - pattern
^principal_[\s\S]+$
- maximum length
serviceVersionrequiredstringThe immutable version of the serving Control Plane revision.environmentNamerequiredstringThe deployment this container is part of, which is not a Cantora EnvironmentkindrequiredstringThe authenticated Principal kind.- allowed values
"servicePrincipal"
- allowed values
AgentIdentityEncoded
object- unknown properties allowed
false
principalIdrequiredstringThe Principal identifier.- maximum length
64 - pattern
^principal_[\s\S]+$
- maximum length
serviceVersionrequiredstringThe immutable version of the serving Control Plane revision.environmentNamerequiredstringThe deployment this container is part of, which is not a Cantora EnvironmentkindrequiredstringThe authenticated Principal kind.- allowed values
"agent"
- allowed values
UnauthorizedEncoded
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"Unauthorized"
- allowed values
reasonrequiredstringA safe explanation of why the credential was rejected.