Skip to main content
GET
/
api
/
v1
/
scim
/
v2
/
Users
/
{userUuid}
{
  "schemas": [
    "<string>"
  ],
  "id": "<string>",
  "meta": {
    "version": "<string>",
    "location": "<string>",
    "lastModified": "2023-11-07T05:31:56Z",
    "created": "2023-11-07T05:31:56Z",
    "resourceType": "<string>"
  },
  "userName": "<string>",
  "name": {
    "familyName": "<string>",
    "givenName": "<string>"
  },
  "active": true,
  "emails": [
    {
      "primary": true,
      "value": "<string>"
    }
  ],
  "roles": [
    {
      "value": "<string>",
      "display": "<string>",
      "type": "ORG_SYSTEM",
      "primary": true
    }
  ],
  "urn:lightdash:params:scim:schemas:extension:2.0:User": {
    "role": "<string>"
  }
}

Path Parameters

userUuid
string
required

Lightdash user UUID - this is used as a unique identifier for SCIM

Response

Ok

schemas
string[]
required
id
string
required
userName
string
required
meta
object
name
object
active
boolean
emails
object[]
roles
object[]
urn:lightdash:params:scim:schemas:extension:2.0:User
object