userid
client_id
Authorization: Bearer ********************
curl --location -g --request GET 'https://api.ssojet.com/api/account/identity/users/{{userid}}/organizations?client_id=string&client_id=' \ --header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \ --header 'Content-Type: application/json'
{ "id": "6694c133565dfee5166d1cbb", "email_id": "user@example.com", "organizations": [ { "id": "6694c825d1ed074fa2eddafa", "Name": "test0121", "WhiteListDomains": null, "AllowProfilesOutsideOrganization": false, "domain": "", "WorkspaceName": "", "roles": [ { "role_id": "668e7e5946b448ab754b44ac", "role_name": "Admin", "permissions": [ "Team View", "Team Manage", "Manage SSO Connection" ] } ], "is_active": true, "status": "active" } ] }