Operations Management/Tenant Management (Plus)/SSO Operations
PUTSSO OperationsSince 3.5.1SynchronousAuth Required
LoginIAM2VirtualIDWithLdap
LoginIAM2VirtualIDWithLdap
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
loginiam2virtualidwithldapObjectRequiredloginiam2virtualidwithldap request body object.
uidStringRequiredThe login attribute value of the AD/LDAP user.
passwordStringRequiredThe login password of the AD/LDAP user.
verifyCodeStringOptional. The login verification code.
captchaUuidStringOptional. The UUID of the login authentication code.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/iam2/login/virtual-ids/ldap
/zstack/v1/iam2/login/virtual-ids/ldap
Request Example
curl -X PUT 'http://{host}/zstack/v1/iam2/login/virtual-ids/ldap' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"loginiam2virtualidwithldap":{"uid":"<uid>","password":"<password>","verifyCode":"<verifyCode>","captchaUuid":"<captchaUuid>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "4abb254913c23d488c161bcd3524f176", "accountUuid": "ac1453a45c6830c6ad6d488326a4c0ec", "expiredDate": "Nov 14, 2017 10:20:57 PM", "noSessionEvaluation": false } }Change History
This API has no change history records yet.
