Tenant integration API
| consortiumId required | string <uuid> (uuid) The ID of consortium |
| offset | integer [ 0 .. 2147483647 ] Default: 0 Skip over a number of elements by specifying an offset value for the query |
| limit | integer [ 0 .. 2147483647 ] Default: 100 Limit the number of elements returned in the response |
{- "tenants": [
- {
- "id": "string",
- "code": "strin",
- "name": "string",
- "isCentral": true,
- "isDeleted": true
}
], - "totalRecords": 0
}| consortiumId required | string <uuid> (uuid) The ID of consortium |
| adminUserId | string <uuid> (uuid) The ID of adminUser |
Tenant object
| id required | string |
| code required | string [ 2 .. 5 ] characters ^[a-zA-Z0-9]*$ |
| name required | string [ 2 .. 150 ] characters |
| isCentral required | boolean |
| isDeleted | boolean |
{- "id": "string",
- "code": "strin",
- "name": "string",
- "isCentral": true,
- "isDeleted": true
}{- "id": "string",
- "code": "strin",
- "name": "string",
- "isCentral": true,
- "isDeleted": true
}| consortiumId required | string <uuid> (uuid) The ID of consortium |
| tenantId required | string The ID of the tenant |
Tenant object
| id required | string |
| code required | string [ 2 .. 5 ] characters ^[a-zA-Z0-9]*$ |
| name required | string [ 2 .. 150 ] characters |
| isCentral required | boolean |
| isDeleted | boolean |
{- "id": "string",
- "code": "strin",
- "name": "string",
- "isCentral": true,
- "isDeleted": true
}{- "id": "string",
- "code": "strin",
- "name": "string",
- "isCentral": true,
- "isDeleted": true
}| consortiumId required | string <uuid> (uuid) The ID of consortium |
| tenantId required | string The ID of the tenant |
{- "errors": [
- {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}
], - "total_records": 0
}| consortiumId required | string <uuid> (uuid) The ID of consortium |
| tenantId required | string The ID of the tenant |
{- "id": "string",
- "code": "strin",
- "name": "string",
- "isCentral": true,
- "isDeleted": true,
- "setupStatus": "IN_PROGRESS"
}| consortiumId required | string <uuid> (uuid) The ID of consortium |
| tenantId required | string The ID of the tenant |
| centralTenantId required | string The ID of the central tenant |
{- "errors": [
- {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}
], - "total_records": 0
}| consortiumId required | string <uuid> (uuid) The ID of consortium |
| tenantId required | string The ID of the tenant |
| centralTenantId required | string The ID of the central tenant |
SyncPrimaryAffiliationsRequest object
| tenantId required | string Unique tenant id | ||||||||||||||
Array of objects (SyncUser) users | |||||||||||||||
Array
| |||||||||||||||
{- "tenantId": "string",
- "users": [
- {
- "id": "string",
- "username": "string",
- "email": "string",
- "mobilePhoneNumber": "string",
- "phoneNumber": "string",
- "externalSystemId": "string",
- "barcode": "string"
}
]
}{- "errors": [
- {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}
], - "total_records": 0
}