Skip to main content
POST
Create user

Authorizations

Authorization
string
header
required

SCIM bearer token issued from your Cube Cloud account settings.

Body

application/json

A SCIM 2.0 core User resource.

userName
string
required

Unique identifier for the user, typically their email address.

schemas
string[]
Example:
name
object
emails
object[]
active
boolean

Whether the user is active. Set to false to deactivate.

externalId
string

Identifier of the user as defined by the provisioning client.

Response

201 - application/json

The created user.

A SCIM 2.0 core User resource.

userName
string
required

Unique identifier for the user, typically their email address.

schemas
string[]
Example:
id
string
read-only

Unique identifier assigned by Cube Cloud. Read-only.

name
object
emails
object[]
active
boolean

Whether the user is active. Set to false to deactivate.

externalId
string

Identifier of the user as defined by the provisioning client.

meta
object
read-only