Method
Get a token for a user group user to sign in.
| 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.
| 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 |
|
| TYPE |
WHEN |
| DataNotFoundError |
userGroupId is not found.
|