curl --request GET \
--url https://app.omnivibe.com.br/platform/api/v1/users/{id}/login \
--header 'api_access_token: <api-key>'{
"url": "<string>"
}Get the sso link of a user
curl --request GET \
--url https://app.omnivibe.com.br/platform/api/v1/users/{id}/login \
--header 'api_access_token: <api-key>'{
"url": "<string>"
}This token can be obtained by the system admin after creating a platformApp. This token should be used to provision agent bots, accounts, users and their roles.
The numeric ID of the user on the platform
Success
SSO url to autenticate the user
Was this page helpful?