get https://users.lucid.app/scim/v2/Groups/
Get a specific group on the account.
Responses
401Unauthorized. Occurs if the bearer token is invalid.
404Not Found. Occurs if the user was not found.
Get a specific group on the account.
401Unauthorized. Occurs if the bearer token is invalid.
404Not Found. Occurs if the user was not found.
xxxxxxxxxx
curl --request GET \
--url https://users.lucid.app/scim/v2/Groups/id \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: