get https://{hostname}/scim/v1/Groups/
Use this endpoint to retrieve a specific group by its ID.
Responses
400Invalid format or content of the request.
401The SCIM token is invalid.
404A required entity is missing.
Use this endpoint to retrieve a specific group by its ID.
400Invalid format or content of the request.
401The SCIM token is invalid.
404A required entity is missing.
xxxxxxxxxx
curl --request GET \
--url https://api.oneflow.com/scim/v1/Groups/id \
--header 'accept: application/scim+json'