A valid request URL is required to generate request examples{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group"
],
"id": "1456c265-f375-4d64-bd33-105c84ad9b5d",
"displayName": "Org 1 Editor Group",
"members": [
{
"value": "80fb8b59-d6b7-4ed6-b969-9849310f3e53",
"display": "demo2@lightdash.com"
}
],
"meta": {
"resourceType": "Group",
"created": "2025-11-03T14:22:24.067Z",
"lastModified": "2025-11-03T14:22:24.067Z",
"location": "https://<tenant>.lightdash.cloud/api/v1/scim/v2/Groups/1456c265-f375-4d64-bd33-105c84ad9b5d"
}
}Get a specific group by its SCIM ID
A valid request URL is required to generate request examples{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group"
],
"id": "1456c265-f375-4d64-bd33-105c84ad9b5d",
"displayName": "Org 1 Editor Group",
"members": [
{
"value": "80fb8b59-d6b7-4ed6-b969-9849310f3e53",
"display": "demo2@lightdash.com"
}
],
"meta": {
"resourceType": "Group",
"created": "2025-11-03T14:22:24.067Z",
"lastModified": "2025-11-03T14:22:24.067Z",
"location": "https://<tenant>.lightdash.cloud/api/v1/scim/v2/Groups/1456c265-f375-4d64-bd33-105c84ad9b5d"
}
}SCIM ID of the group to retrieve
Ok
Was this page helpful?