POST Create group member auth token
Overview
Creates a one-time auth token that can be converted into a user session token. This allows a 3rd party application to generate a URL for non-interactive automatic login to the Pattern platform.
Parameters
GROUP_UUID |
(string) The unique identifier for a group. |
USER_UUID |
(string) The unique identifier for a user. |
POST body
See the example below. The birthDate field is required and the value must be the birth date of the group member for which the auth token is being generated, in the format YYYY-MM-DD.
{
"birthDate": "1995-12-16"
}