Identity

Create client application

post

Required permissions: Organization.Organization.ReadWrite

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Body
Responses
200

The client application was created

application/json
post
/api/identity/client

Rotate client application secret

put

Required permissions: Organization.Organization.ReadWrite

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Path parameters
clientIdinteger · int32Required

The client application identifier

Query parameters
organizationIdinteger · int32Required

The organization identifier

Responses
200

The client application secret was rotated

application/json
put
/api/identity/client/{clientId}/secret

Delete client application

delete

Required permissions: Organization.Organization.ReadWrite

Authorizations
HTTPRequired

Please provide your valid JWT bearer token in the text input below

Path parameters
clientIdinteger · int32Required

The client application identifier

Query parameters
organizationIdinteger · int32Required

The organization identifier

Responses
delete
/api/identity/client/{clientId}

No content

Last updated

Was this helpful?