Rate this page:
Get types of resources available on a SCIM service provider (e.g., Users and Groups). This is used to get all resources of the SCIM provider. Filtering, pagination and sorting are not supported.
string
RequiredSCIM features metadata has been returned successfully.
string
1
2
3
4
curl --request GET \
--url 'https://api.atlassian.com/scim/directory/{directoryId}/ResourceTypes' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'
1
"<string>"
Retrieve user resource types from the SCIM service provider. Filtering, pagination and sorting are not supported.
string
RequiredSCIM features metadata has been returned successfully.
string
1
2
3
4
curl --request GET \
--url 'https://api.atlassian.com/scim/directory/{directoryId}/ResourceTypes/User' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'
1
"<string>"
Retrieve group resource type of this SCIM service provider. Filtering, pagination and sorting are not supported.
string
RequiredSCIM features metadata has been returned successfully.
string
1
2
3
4
curl --request GET \
--url 'https://api.atlassian.com/scim/directory/{directoryId}/ResourceTypes/Group' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'
1
"<string>"