• Users
  • Groups
  • Schemas
  • Service Provider Configuration
Cloud
User provisioning REST API / Reference / REST API

Schemas

Postman Collection
OpenAPI
GET

Get all schemas

Get all SCIM features metadata of your organization.

Note: This API does not support filtering, pagination, or sorting.

Request

Path parameters

directoryId

string

Required

Responses

SCIM features metadata has been returned successfully.

application/json application/scim+json

string

GET/scim/directory/{directoryId}/Schemas
1 2 3 4 curl --request GET \ --url 'https://api.atlassian.com/scim/directory/{directoryId}/Schemas' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'
200Response
1 "<string>"
GET

Get user schemas

Get the user schemas from the SCIM provider.

Note: This API does not support filtering, pagination, or sorting.

Request

Path parameters

directoryId

string

Required

Responses

SCIM features metadata has been returned successfully.

application/json application/scim+json

string

GET/scim/directory/{directoryId}/Schemas/urn:ietf:params:scim:schemas:core:2.0:User
1 2 3 4 curl --request GET \ --url 'https://api.atlassian.com/scim/directory/{directoryId}/Schemas/urn:ietf:params:scim:schemas:core:2.0:User' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'
200Response
1 "<string>"
GET

Get group schemas

Get the group schemas from the SCIM provider.

Note: This API does not support filtering, pagination, or sorting.

Request

Path parameters

directoryId

string

Required

Responses

SCIM features metadata has been returned successfully.

application/json application/scim+json

string

GET/scim/directory/{directoryId}/Schemas/urn:ietf:params:scim:schemas:core:2.0:Group
1 2 3 4 curl --request GET \ --url 'https://api.atlassian.com/scim/directory/{directoryId}/Schemas/urn:ietf:params:scim:schemas:core:2.0:Group' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'
200Response
1 "<string>"
GET

Get user enterprise extension schemas

Get the user enterprise extension schemas from the SCIM provider.

Note: This API does not support filtering, pagination, or sorting.

Request

Path parameters

directoryId

string

Required

Responses

SCIM features metadata has been returned successfully.

application/json application/scim+json

string

GET/scim/directory/{directoryId}/Schemas/urn:ietf:params:scim:schemas:extension:enterprise:2.0:User
1 2 3 4 curl --request GET \ --url 'https://api.atlassian.com/scim/directory/{directoryId}/Schemas/urn:ietf:params:scim:schemas:extension:enterprise:2.0:User' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'
200Response
1 "<string>"
GET

Get feature metadata

Get metadata about the supported SCIM features. This is a service provider configuration endpoint providing supported SCIM features.

Note: This API does not support filtering, pagination, or sorting.

Request

Path parameters

directoryId

string

Required

Responses

SCIM features metadata has been returned successfully.

application/json application/scim+json

string

GET/scim/directory/{directoryId}/ServiceProviderConfig
1 2 3 4 curl --request GET \ --url 'https://api.atlassian.com/scim/directory/{directoryId}/ServiceProviderConfig' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'
200Response
1 "<string>"

Rate this page: