Skip to main content
POST
/
api
/
org
/
{orgId}
/
scim
/
tokens
Issue a new SCIM bearer token
curl --request POST \
  --url https://api.operark.com/api/org/{orgId}/scim/tokens \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT token from /api/auth/token

Path Parameters

orgId
string
required

Body

application/json
name
string
required
Required string length: 1 - 120
description
string
Maximum string length: 500

Response

Token issued (plaintext returned once)