Please enable JavaScript.
Coggle requires JavaScript to display documents.
Onelogin Update User - Coggle Diagram
Onelogin Update User
[BOT calls API to check Role]
{domain}/api/2/users
{domain}/api/2/users/{userID}
{domain}/api/2/roles
[If user is present in Default Role or client specified]
Please provide user's email to update:
[Single Input line text- Mandatory]
<btn> Submit
[submit]
[BOT calls API to check user]
{domain}/api/2/users
[User Found]
Provide details to update in below form-
Show Card<Add More Fields>
<Done>
[Done]
[API Success]
User:[username], profile has been updated now
1 more item...
[API Failure]
Looks like there was some problem,
I have notified support team about this.
1 more item...
[Add More Fields]
[BOT calls API to get Groups]
GET <domain>/api/1/groups
Status: [Drop down with below Values]
<0: Unactivated 1: Active 2: Suspended 3: Locked 4: Password expired 5: Awaiting password reset 7: Password Pending 8: Security questions required>
Manager: [Dropdown with Names]
Company: [Single Input Line]
Dept: [Single Input Line]
Title: [Single Input Line]
Group: [Dropdown with Group Names]
Role: [Multi select Dropdown with Role Names]
Comment: [Single Input Line]
[User not Found]
User not found with email:[Input_email]
Retry?
<Yes><No>
[No]
Anything else?
[Yes]
[If user isnt present in Role]
Sorry cant update your profile right now
Anything else?