FetchLocalAuthenticationDetilsOfCompany
Select
SaaS
Customer Managed
Fetch local authentication details of the company
Path Parameters
- companyId int32 required
Id of the company
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
localAuthenticationInfo object
Local authentication can be enabled for all users or specific user groups or completely disabled.
mode stringPossible values: [
DISABLED
,ENABLED_FOR_ALL
,ENABLED_FOR_USER_GROUP_INCLUSION
]userGroups object[]
id int32name stringerror object
errorMessage stringerrorCode int32
{
"localAuthenticationInfo": {
"mode": "DISABLED",
"userGroups": [
{
"id": 0,
"name": "string"
}
]
},
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Loading...