Method
getAppUserGroupSignInToken GET
Copy GET

Get a token for a user group user to sign in.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes userGroupId str The ID of the user group.
Yes email str The email of the user.
Yes name str The name of the user.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result AppUserGroupSignInToken
KEY TYPE Description
token str The token to sign in the user

Exceptions:

TYPE WHEN
DataNotFoundError

userGroupId is not found.

Language: