Accounts API
post
Query parameters
organizationCodestringOptional
emailstringOptional
impersonatorOrganizationCodestringOptional
impersonatorUserEmailstringOptional
Responses
200
OK
AuthenticationSourcestring · nullableOptional
Createdstring · nullableOptional
CurrentBrowserstring · nullableOptional
CurrentBrowserVersionstring · nullableOptional
CurrentOrganizationstring · nullableOptional
IDstring · uuidOptional
ImpersonatorOrganizationstring · nullableOptional
ImpersonatorUserstring · nullableOptional
IsAdministratorbooleanOptional
IsAuthenticatedbooleanRead-onlyOptional
IsDeveloperbooleanOptional
IsOperatorbooleanOptional
IsLearnerbooleanOptional
Languagestring · nullableOptional
Modifiedstring · nullableOptional
OrganizationCodestring · nullableOptional
OrganizationIdentifierstring · uuid · nullableOptional
Sessionstring · nullableOptional
TimeZoneIdstring · nullableOptional
UserEmailstring · nullableOptional
UserIdentifierstring · uuid · nullableOptional
UserRolesstring[] · nullableOptional
ValidationKeystring · nullableOptional
Environmentstring · nullableOptional
400
Bad Request
post/api/accounts/cookies/login
post
Responses
200
OK
No content
post/api/accounts/cookies/logout
200
OK
No content
Creates a new authentication cookie with the specified name and lifetime using the raw request body as the cookie value.
post
Query parameters
namestringOptional
The name of the cookie to create. If not provided, uses the default cookie name from API configuration settings.
lifetimeinteger · int32Optional
The lifetime of the cookie in seconds. If not provided, uses the default lifetime from API configuration settings.
Responses
200
OK
Valuestring · nullableOptional
400
Bad Request
post/api/accounts/cookies/create
Responses
200
OK
AuthenticationSourcestring · nullableOptional
Createdstring · nullableOptional
CurrentBrowserstring · nullableOptional
CurrentBrowserVersionstring · nullableOptional
CurrentOrganizationstring · nullableOptional
IDstring · uuidOptional
ImpersonatorOrganizationstring · nullableOptional
ImpersonatorUserstring · nullableOptional
IsAdministratorbooleanOptional
IsAuthenticatedbooleanRead-onlyOptional
IsDeveloperbooleanOptional
IsOperatorbooleanOptional
IsLearnerbooleanOptional
Languagestring · nullableOptional
Modifiedstring · nullableOptional
OrganizationCodestring · nullableOptional
OrganizationIdentifierstring · uuid · nullableOptional
Sessionstring · nullableOptional
TimeZoneIdstring · nullableOptional
UserEmailstring · nullableOptional
UserIdentifierstring · uuid · nullableOptional
UserRolesstring[] · nullableOptional
ValidationKeystring · nullableOptional
Environmentstring · nullableOptional
400
Bad Request
post/api/accounts/cookies/validate
post
Authorizations
BearerstringRequired
Path parameters
languagestringRequired
Responses
200
OK
No content
post/api/accounts/cookies/change-language/{language}
200
OK
No content
post
Authorizations
BearerstringRequired
Path parameters
themestringRequired
Responses
200
OK
No content
post/api/accounts/cookies/change-theme/{theme}
200
OK
No content
post
Authorizations
BearerstringRequired
Responses
200
OK
No content
post/api/accounts/cookies/refresh-session
200
OK
No content
post
Responses
200
OK
Hashstring · nullableOptional
post/api/accounts/passwords/hash
200
OK
Authorizations
BearerstringRequired
Query parameters
expiryinteger · int32Optional
The number of days until the secret expires. If omitted, the default is assumed (90 days).
Responses
200
OK
PersonIdstring · uuidOptional
SecretIdstring · uuidOptional
SecretNamestring · nullableOptional
SecretTypestring · nullableOptional
SecretValuestring · nullableOptional
SecretLifetimeLimitinteger · int32 · nullableOptional
SecretExpirystring · date-timeOptional
400
Bad Request
post/api/accounts/secrets/generate
get
Authorizations
SecretstringRequired
Responses
200
OK
No content
get/api/accounts/secrets/introspect
200
OK
No content
post
Body
DebugbooleanOptional
PagingbooleanOptional
Secretstring · nullableOptional
Lifetimeinteger · int32 · nullableOptional
Organizationstring · uuid · nullableOptional
Agentstring · uuid · nullableOptional
Subjectstring · uuid · nullableOptional
Responses
200
OK
AccessTokenstring · nullableOptional
TokenTypestring · nullableOptional
ExpiresIninteger · int32Optional
Lifetimestring · nullableOptional
Pagingstring · nullableOptional
401
Unauthorized
post/api/accounts/tokens/generate
post
Body
DebugbooleanOptional
PagingbooleanOptional
Secretstring · nullableOptional
Lifetimeinteger · int32 · nullableOptional
Organizationstring · uuid · nullableOptional
Agentstring · uuid · nullableOptional
Subjectstring · uuid · nullableOptional
Responses
200
OK
AccessTokenstring · nullableOptional
TokenTypestring · nullableOptional
ExpiresIninteger · int32Optional
Lifetimestring · nullableOptional
Pagingstring · nullableOptional
401
Unauthorized
post/api/security/tokens/generate
get
Authorizations
BearerstringRequired
Responses
200
OK
Jwtany · nullableOptional
Principalany · nullableOptional
get/api/accounts/tokens/introspect
200
OK
post
Body
Tokenstring · nullableOptional
Responses
200
OK
Subjectstring · nullableOptional
SignatureVerificationstring · nullableOptional
ExpiryVerificationstring · nullableOptional
AudienceVerificationstring · nullableOptional
IssuerVerificationstring · nullableOptional
post/api/accounts/tokens/validate
200
OK
Last updated
Was this helpful?