English
API Reference v3
cURL
curl --request GET \ --url https://paradigm.lighton.ai/scim/v2/Groups \ --header 'Authorization: Bearer <token>'
{ "displayName": "<string>", "members": [ { "value": "<string>", "display": "<string>" } ], "meta": { "location": "<string>", "resourceType": "Group" }, "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:Group" ] }
Automatic filtering on company defined in get_extra_model_filter_kwargs_getter() We disable PUT as Microsoft does not need it
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Groups list
Show child attributes