Skip to content

Get User SSO Link

Endpoint used to get a single sign-on (SSO) link for a user in Toolzz Chat.

Terminal window
curl --request GET \
--url 'https://chat.toolzz.ai/platform/api/v1/users/{user_id}/login' \
--header 'Authorization: Bearer <token>'

ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
user_idstringThe ID of the user to get SSO Link from.Yes

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.