User
This API allows one to work with User records
Note: Available only if Admin Access -> User Regions is set.
Example overview
From live instance assigned region washington with territories seattle and tacoma and from stage instance assigned region california with territory los-angeles for user 20eb246e-8099-4c7c-854c-5e0f9a366ddb.
HTTP Request
Method: PUT
Endpoint: {{url}}/{{tenantName}}/admin/user-territories/{{userId}}
in our example it would be: https://api.live.welkincloud.io/gh/admin/user-territories/20eb246e-8099-4c7c-854c-5e0f9a366ddb
Parameters
tenantName
path
Name of tenant
Yes
string
userId
path
User identifier
Yes
UUID
territories.name
body
Region name
Yes
string
territories.territories
body
Territory names
Yes
[string]
territories.instanceName
body
Instance name
Yes
string
Responses
200
OK
401
Unauthorized
403
Forbidden
404
Not Found
Bearer token obtained from POST /{tenantName}/admin/api_clients/{clientName}. Valid for 60 minutes.
Your organization (tenant) name, e.g. acme-health
acme-healthUUID of the user
User territories created/updated
Bad request — the request could not be understood or was missing required parameters.
Unauthorized — the Bearer token is missing, expired, or invalid.
Forbidden — the API client role does not have permission for this resource. Check the role and security policy in Admin.
Not found — the requested resource does not exist.
Too many requests — rate limit exceeded. Implement exponential backoff.
Internal server error.
PUT /{tenantName}/admin/user-territories/{userId} HTTP/1.1
Host: api.live.welkincloud.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 168
{
"userId": "123e4567-e89b-12d3-a456-426614174000",
"territories": [
{
"name": "text",
"territories": [
"text"
],
"instanceName": "text"
}
],
"fullTerritoriesAccessInstances": [
"text"
]
}{
"id": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"territories": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"territories": [
"text"
],
"instanceName": "text"
}
],
"fullTerritoriesAccessInstances": [
"text"
]
}User Record API url consist of the following structure
https://api.live.welkincloud.io/{}/admin/users
In our example, the url would be: https://api.live.welkincloud.io/gh/admin/users
HTTP Method: GET
HTTP URL:
https://api.live.welkincloud.io/gh/admin/users
Bearer token obtained from POST /{tenantName}/admin/api_clients/{clientName}. Valid for 60 minutes.
Your organization (tenant) name, e.g. acme-health
acme-healthNumber of results per page
20Sort field and direction, e.g. lastName,asc or createdAt,desc
uuid,uuid,uuid......
string
string
string
string,string,string.... Works only with seted region filter
string
truePagination: page number
0Example: 100Paginated list of users. Note: the backend has no includeDeleted filter — this query param may not have an effect.
Bad request — the request could not be understood or was missing required parameters.
Unauthorized — the Bearer token is missing, expired, or invalid.
Forbidden — the API client role does not have permission for this resource. Check the role and security policy in Admin.
Not found — the requested resource does not exist.
Too many requests — rate limit exceeded. Implement exponential backoff.
Internal server error.
GET /{tenantName}/admin/users HTTP/1.1
Host: api.live.welkincloud.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"username": "text",
"email": "name@gmail.com",
"phone": "text",
"timezone": "text",
"locale": "en-US",
"firstName": "text",
"lastName": "text",
"credentials": "text",
"tenantName": "text",
"enabled": true,
"mfaEnabled": false,
"statusType": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_root_user": true,
"ssoAccess": true,
"passwordAccess": true,
"terminologyName": "text",
"userState": "PROVISIONED",
"customUserAttributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"allowedToReceiveCalls": true,
"territories": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"territories": [
"text"
],
"instanceName": "text"
}
],
"fullTerritoriesAccessInstances": [
"text"
],
"roles": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"policies": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"seats": [
"GENERAL"
],
"seatAssignAllowed": true,
"applicationAccess": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"adminAccessEnabled": true,
"auditSecurityAccessEnabled": true,
"instanceAccesses": [
{
"instanceId": "123e4567-e89b-12d3-a456-426614174000",
"instanceName": "text",
"instanceDescription": "text",
"userEmailWithInstanceDomain": "text",
"workshopAccessEnabled": true,
"auditDataAccessEnabled": true,
"enabledTakenPersonally": true
}
]
},
"createdByName": "text",
"updatedByName": "text"
}
],
"metaInfo": {
"page": 1,
"pageSize": 1,
"totalElements": 1,
"numberOfElements": 1
}
}NOTE: Available only if Admin Access -> User Provision is set.
Users API url consist of the following structure
https://api.live.welkincloud.io/{}/admin/users
In our example, the url would be: https://api.live.welkincloud.io/gh/admin/users
HTTP Method: POST
HTTP URL:
https://api.live.welkincloud.io/gh/admin/users
Note:
phone: when working with patients and fields such as phone, phone must be specified in the international format, E.164 format, without zero
Bearer token obtained from POST /{tenantName}/admin/api_clients/{clientName}. Valid for 60 minutes.
Your organization (tenant) name, e.g. acme-health
acme-healthE.164 format
en-USPossible values: truefalseAWS Cognito user status.
truetrueUser created
E.164 format
en-USPossible values: truefalseAWS Cognito user status.
truetrueBad request — the request could not be understood or was missing required parameters.
Unauthorized — the Bearer token is missing, expired, or invalid.
Forbidden — the API client role does not have permission for this resource. Check the role and security policy in Admin.
Not found — the requested resource does not exist.
Too many requests — rate limit exceeded. Implement exponential backoff.
Internal server error.
POST /{tenantName}/admin/users HTTP/1.1
Host: api.live.welkincloud.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1314
{
"username": "text",
"email": "name@gmail.com",
"phone": "text",
"timezone": "text",
"locale": "en-US",
"firstName": "text",
"lastName": "text",
"credentials": "text",
"enabled": true,
"mfaEnabled": false,
"statusType": "text",
"ssoAccess": true,
"passwordAccess": true,
"terminologyName": "text",
"userState": "PROVISIONED",
"customUserAttributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"allowedToReceiveCalls": true,
"territories": [
{
"name": "text",
"territories": [
"text"
],
"instanceName": "text"
}
],
"fullTerritoriesAccessInstances": [
"text"
],
"roles": [
{
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"policies": [
{
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"seats": [
"GENERAL"
],
"seatAssignAllowed": true,
"applicationAccess": {
"userId": "123e4567-e89b-12d3-a456-426614174000",
"adminAccessEnabled": true,
"auditSecurityAccessEnabled": true,
"instanceAccesses": [
{
"instanceId": "123e4567-e89b-12d3-a456-426614174000",
"instanceName": "text",
"instanceDescription": "text",
"userEmailWithInstanceDomain": "text",
"workshopAccessEnabled": true,
"auditDataAccessEnabled": true,
"enabledTakenPersonally": true
}
]
}
}{
"id": "123e4567-e89b-12d3-a456-426614174000",
"username": "text",
"email": "name@gmail.com",
"phone": "text",
"timezone": "text",
"locale": "en-US",
"firstName": "text",
"lastName": "text",
"credentials": "text",
"tenantName": "text",
"enabled": true,
"mfaEnabled": false,
"statusType": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_root_user": true,
"ssoAccess": true,
"passwordAccess": true,
"terminologyName": "text",
"userState": "PROVISIONED",
"customUserAttributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"allowedToReceiveCalls": true,
"territories": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"territories": [
"text"
],
"instanceName": "text"
}
],
"fullTerritoriesAccessInstances": [
"text"
],
"roles": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"policies": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"seats": [
"GENERAL"
],
"seatAssignAllowed": true,
"applicationAccess": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"adminAccessEnabled": true,
"auditSecurityAccessEnabled": true,
"instanceAccesses": [
{
"instanceId": "123e4567-e89b-12d3-a456-426614174000",
"instanceName": "text",
"instanceDescription": "text",
"userEmailWithInstanceDomain": "text",
"workshopAccessEnabled": true,
"auditDataAccessEnabled": true,
"enabledTakenPersonally": true
}
]
},
"createdByName": "text",
"updatedByName": "text"
}User Record API url consist of the following structure:
Get user by UserName
{{url}}/{{tenantName}}//admin/users/{userName}
2. Get User By ID {{url}}/{{tenantName}}/admin/users/{userId}?type=ID
3. Get User by Email {{url}}/{{tenantName}}/admin/users/{userEmail}?type=EMAIL
In our example, the url would be: https://api.live.welkincloud.io/gh/admin/users/johndoe
HTTP Method: GET
HTTP URL:
https://api.live.welkincloud.io/gh/admin/users/johndoe
Bearer token obtained from POST /{tenantName}/admin/api_clients/{clientName}. Valid for 60 minutes.
Your organization (tenant) name, e.g. acme-health
acme-healthUsername of the user
uuid,uuid,uuid......
string
string
string
string,string,string.... Works only with seted region filter
truePagination: page number
0Example: 100Pagination: page size
20Sort field with sorting order(asc or desc) after coma
User record
E.164 format
en-USPossible values: truefalseAWS Cognito user status.
truetrueBad request — the request could not be understood or was missing required parameters.
Unauthorized — the Bearer token is missing, expired, or invalid.
Forbidden — the API client role does not have permission for this resource. Check the role and security policy in Admin.
Not found — the requested resource does not exist.
Too many requests — rate limit exceeded. Implement exponential backoff.
Internal server error.
GET /{tenantName}/admin/users/{userName} HTTP/1.1
Host: api.live.welkincloud.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"username": "text",
"email": "name@gmail.com",
"phone": "text",
"timezone": "text",
"locale": "en-US",
"firstName": "text",
"lastName": "text",
"credentials": "text",
"tenantName": "text",
"enabled": true,
"mfaEnabled": false,
"statusType": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_root_user": true,
"ssoAccess": true,
"passwordAccess": true,
"terminologyName": "text",
"userState": "PROVISIONED",
"customUserAttributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"allowedToReceiveCalls": true,
"territories": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"territories": [
"text"
],
"instanceName": "text"
}
],
"fullTerritoriesAccessInstances": [
"text"
],
"roles": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"policies": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"seats": [
"GENERAL"
],
"seatAssignAllowed": true,
"applicationAccess": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"adminAccessEnabled": true,
"auditSecurityAccessEnabled": true,
"instanceAccesses": [
{
"instanceId": "123e4567-e89b-12d3-a456-426614174000",
"instanceName": "text",
"instanceDescription": "text",
"userEmailWithInstanceDomain": "text",
"workshopAccessEnabled": true,
"auditDataAccessEnabled": true,
"enabledTakenPersonally": true
}
]
},
"createdByName": "text",
"updatedByName": "text"
}User is in Provision state (users that were created by API clients and have not been activated by administrators yet)
NOTE: Available only if Admin Access -> User Provision is set.
All fields can be changed.
2. User is not in Provision state
NOTE: Available only if Admin Access -> User Attributes is set.
Fields that can be changed:
credentials
timezone
locale
custom attributes
If you with to update some of the user fields, but not all, you can use PATCH
HTTP Method: PATCH
HTTP URL:
https://api.live.welkincloud.io/gh/admin/users/johndoe
Bearer token obtained from POST /{tenantName}/admin/api_clients/{clientName}. Valid for 60 minutes.
Your organization (tenant) name, e.g. acme-health
acme-healthUsername of the user
Partial update — all fields optional.
Updated user
E.164 format
en-USPossible values: truefalseAWS Cognito user status.
truetrueBad request — the request could not be understood or was missing required parameters.
Unauthorized — the Bearer token is missing, expired, or invalid.
Forbidden — the API client role does not have permission for this resource. Check the role and security policy in Admin.
Not found — the requested resource does not exist.
Too many requests — rate limit exceeded. Implement exponential backoff.
Internal server error.
PATCH /{tenantName}/admin/users/{userName} HTTP/1.1
Host: api.live.welkincloud.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 338
{
"phone": "text",
"firstName": "text",
"lastName": "text",
"credentials": "text",
"timezone": "text",
"locale": "en-US",
"enabled": true,
"mfaEnabled": true,
"terminologyName": "text",
"ssoAccess": true,
"passwordAccess": true,
"resetPassword": true,
"customUserAttributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"seats": [
"GENERAL"
],
"allowedToReceiveCalls": true
}{
"id": "123e4567-e89b-12d3-a456-426614174000",
"username": "text",
"email": "name@gmail.com",
"phone": "text",
"timezone": "text",
"locale": "en-US",
"firstName": "text",
"lastName": "text",
"credentials": "text",
"tenantName": "text",
"enabled": true,
"mfaEnabled": false,
"statusType": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_root_user": true,
"ssoAccess": true,
"passwordAccess": true,
"terminologyName": "text",
"userState": "PROVISIONED",
"customUserAttributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"allowedToReceiveCalls": true,
"territories": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"territories": [
"text"
],
"instanceName": "text"
}
],
"fullTerritoriesAccessInstances": [
"text"
],
"roles": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"policies": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"seats": [
"GENERAL"
],
"seatAssignAllowed": true,
"applicationAccess": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"adminAccessEnabled": true,
"auditSecurityAccessEnabled": true,
"instanceAccesses": [
{
"instanceId": "123e4567-e89b-12d3-a456-426614174000",
"instanceName": "text",
"instanceDescription": "text",
"userEmailWithInstanceDomain": "text",
"workshopAccessEnabled": true,
"auditDataAccessEnabled": true,
"enabledTakenPersonally": true
}
]
},
"createdByName": "text",
"updatedByName": "text"
}Request to set policies and roles for a user
NOTE: Available only if Admin Access -> User Provision is set for API client.
Bearer token obtained from POST /{tenantName}/admin/api_clients/{clientName}. Valid for 60 minutes.
Your organization (tenant) name, e.g. acme-health
acme-healthUsername of the user
Updated user with new policies/roles
E.164 format
en-USPossible values: truefalseAWS Cognito user status.
truetrueBad request — the request could not be understood or was missing required parameters.
Unauthorized — the Bearer token is missing, expired, or invalid.
Forbidden — the API client role does not have permission for this resource. Check the role and security policy in Admin.
Not found — the requested resource does not exist.
Too many requests — rate limit exceeded. Implement exponential backoff.
Internal server error.
PUT /{tenantName}/admin/users/{userName}/policies HTTP/1.1
Host: api.live.welkincloud.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 510
{
"instanceName": "text",
"fullTerritoriesAccess": true,
"territories": [
{
"name": "text",
"territories": [
"text"
],
"instanceName": "text"
}
],
"policies": [
{
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"roles": [
{
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
]
}{
"id": "123e4567-e89b-12d3-a456-426614174000",
"username": "text",
"email": "name@gmail.com",
"phone": "text",
"timezone": "text",
"locale": "en-US",
"firstName": "text",
"lastName": "text",
"credentials": "text",
"tenantName": "text",
"enabled": true,
"mfaEnabled": false,
"statusType": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"_root_user": true,
"ssoAccess": true,
"passwordAccess": true,
"terminologyName": "text",
"userState": "PROVISIONED",
"customUserAttributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"allowedToReceiveCalls": true,
"territories": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"territories": [
"text"
],
"instanceName": "text"
}
],
"fullTerritoriesAccessInstances": [
"text"
],
"roles": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"policies": [
{
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"permissionName": "text",
"instanceName": "text",
"type": "SECURITY_POLICY",
"effectiveDate": "2026-01-01T00:00:00.000Z",
"expirationDate": "2026-01-01T00:00:00.000Z",
"primaryRole": true
}
],
"seats": [
"GENERAL"
],
"seatAssignAllowed": true,
"applicationAccess": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"adminAccessEnabled": true,
"auditSecurityAccessEnabled": true,
"instanceAccesses": [
{
"instanceId": "123e4567-e89b-12d3-a456-426614174000",
"instanceName": "text",
"instanceDescription": "text",
"userEmailWithInstanceDomain": "text",
"workshopAccessEnabled": true,
"auditDataAccessEnabled": true,
"enabledTakenPersonally": true
}
]
},
"createdByName": "text",
"updatedByName": "text"
}Last updated
Was this helpful?