Path Parameters
Lightdash user UUID - this is used as a unique identifier for SCIM
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"id": "e0dd2003-c291-4e14-b977-7a03b7edc842",
"userName": "demo3@lightdash.com",
"name": {
"givenName": "Viewer",
"familyName": "User"
},
"active": true,
"emails": [
{
"value": "demo3@lightdash.com",
"primary": true
}
],
"roles": [
{
"value": "viewer",
"display": "Viewer",
"type": "Organization"
},
{
"value": "3675b69e-8324-4110-bdca-059031aa8da3:editor",
"display": "Jaffle shop - Editor",
"type": "Project - Jaffle shop",
"primary": false
}
],
"meta": {
"resourceType": "User",
"created": "2025-11-03T14:22:18.464Z",
"lastModified": "2025-11-05T15:04:02.687Z",
"location": "https://<tenant>.lightdash.cloud/api/v1/scim/v2/Users/e0dd2003-c291-4e14-b977-7a03b7edc842"
}
}Get a SCIM user by ID
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"id": "e0dd2003-c291-4e14-b977-7a03b7edc842",
"userName": "demo3@lightdash.com",
"name": {
"givenName": "Viewer",
"familyName": "User"
},
"active": true,
"emails": [
{
"value": "demo3@lightdash.com",
"primary": true
}
],
"roles": [
{
"value": "viewer",
"display": "Viewer",
"type": "Organization"
},
{
"value": "3675b69e-8324-4110-bdca-059031aa8da3:editor",
"display": "Jaffle shop - Editor",
"type": "Project - Jaffle shop",
"primary": false
}
],
"meta": {
"resourceType": "User",
"created": "2025-11-03T14:22:18.464Z",
"lastModified": "2025-11-05T15:04:02.687Z",
"location": "https://<tenant>.lightdash.cloud/api/v1/scim/v2/Users/e0dd2003-c291-4e14-b977-7a03b7edc842"
}
}Lightdash user UUID - this is used as a unique identifier for SCIM
Ok
Was this page helpful?