The following documentation is also available in these formats:
API Reference v1.0
/users/access
get
Parameters
Parameter | In | Type | Required | Description |
username |
query |
string |
false |
|
crns |
query |
array |
true |
|
Responses
Status | Description | Schema |
200 |
OK
{
"access": [
{
"crn": "string",
"userExcluded": "boolean",
"userRestricted": "boolean",
"exclusionMessage": "string",
"restrictionMessage": "string"
}
]
}
|
UserAccess
|
post
Parameters
Parameter | In | Type | Required | Description |
username |
query |
string |
false |
|
Responses
Status | Description | Schema |
200 |
OK
{
"access": [
{
"crn": "string",
"userExcluded": "boolean",
"userRestricted": "boolean",
"exclusionMessage": "string",
"restrictionMessage": "string"
}
]
}
|
UserAccess
|
Schemas
CaseAccess
Name | Type | Required | Description | Schema |
crn |
string |
true |
|
|
userExcluded |
boolean |
true |
|
|
userRestricted |
boolean |
true |
|
|
exclusionMessage |
string |
false |
|
|
restrictionMessage |
string |
false |
|
|
UserAccess
Name | Type | Required | Description | Schema |
access |
array |
true |
|
CaseAccess
|