Enable User¶
Enable an internal user in the OU.
Operation Permissions¶
Applications assigned with the administrator policy in the OU.
Request Format¶
POST https://{apigw-address}/enos-iam-service/v2.4/open/user/enable
Request Parameters (URI)¶
Name |
Location (Path/Query) |
Required/Optional |
Data Type |
Description |
---|---|---|---|---|
orgId |
Query |
Required |
String |
The ID of the OU to which the user belongs to. How to get orgId>> |
userId |
Query |
Required |
String |
The user ID. How to get userId>> |
Samples¶
Request Sample¶
url: https://{apigw-address}/enos-iam-service/v2.4/open/user/enable?orgId=yourOrgId
method: POST
request Body:
{
"userId":"userId359"
}
Return Sample¶
{
"fail": false,
"success": true,
"failed": false,
"message": "",
"status": 0,
"successful": true
}