Get all SCIM features metadata of your organization.
Note: This API does not support filtering, pagination, or sorting.
string
RequiredSCIM features metadata has been returned successfully.
string
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'
1
"<string>"
Get the user schemas from the SCIM provider.
Note: This API does not support filtering, pagination, or sorting.
string
RequiredSCIM features metadata has been returned successfully.
string
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'
1
"<string>"
Get the group schemas from the SCIM provider.
Note: This API does not support filtering, pagination, or sorting.
string
RequiredSCIM features metadata has been returned successfully.
string
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'
1
"<string>"
Get the user enterprise extension schemas from the SCIM provider.
Note: This API does not support filtering, pagination, or sorting.
string
RequiredSCIM features metadata has been returned successfully.
string
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'
1
"<string>"
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.
string
RequiredSCIM features metadata has been returned successfully.
string
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'
1
"<string>"
Rate this page: