get https://{hostname}/scim/v1/Groups
Use this endpoint to get the list of groups.
Responses
400Invalid format or content of the request.
401The SCIM token is invalid.
Use this endpoint to get the list of groups.
400Invalid format or content of the request.
401The SCIM token is invalid.
xxxxxxxxxx
curl --request GET \
--url 'https://api.oneflow.com/scim/v1/Groups?sortOrder=ascending&startIndex=1&count=100' \
--header 'accept: application/scim+json'