Accept an invitation.
The data necessary to create a new user should be sent. If the user is already a member of Studio, only the membership will be added.
- application/json
Request Body required
- token string required
Validation token
- first_name string
User's first name
- last_name string
User's last name
- email email
User's email. Should be unique
- password password required
Possible values:
>= 8 characters
User's password
Responses
- 200
- 401
- 409
- 500
Invitation accepted
User is not authenticated. This means token is either not present or invalid
Token is not valid or has expired
Something is wrong with the API.
Loading...