Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All,
I am trying to create Administrator User using admin API with status as Disabled.
Request - POST /admin/v1/admins
Body - {“status”:"Disabled’, etc…}
With this request Admin user gets created on Duo but its status remain as Active.
Does any on...
Hi
I am trying to update an trashed user to status from pending deletion to Active from api.
Whenever i am trying to update an status from api is returning an 200 ok but still the user is shown in trash user.
I want to create SetUser request for change password operation.Password change has to be done by giving current password and new password in the request.Is this type of request available in Webex API.Any help appreciated.
I tried to get user details from below endpoint <bodyContent xsi:type="java:com.webex.service.binding.user.GetUser">In response i got all the details of user including supportedServices and meeting type block
<use:supportedServices>
<use:mee...
Hi @DuoKristina,
I am not trying to disable an admin with Owner role, i am trying to create an Administrator with Disable state.
But some how Administrator accounts gets created in Active mode only.
Duo is not respecting status “Disable” which is giv...
Hi @DuoKristina,
I am able to change an user status as well as its Real Name from API.
So if the user is read only as it shown on Duo UI then why the rest API is sending response 200 ok.
It should fail and give an exception that this user can’t be mo...
Thank you Nathan for your reply.Is there any way by which I can change the password by entering the current password and new password through Rest API.