Add users to team
POST https://{{base_url}}/v3/organizations/{{organization_uid}}/teams/{{team_uid}}/users
The Add users to team request allows you to send invitations to add users and assign them organizational and stack roles.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Add users to team API Reference document
Request Body
{"emails"=>["john.doe@contentstack.com", "jane.doe@contentstack.com"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter your authtoken. | |
Content-Type | string | Enter "application/json" to pass a request body. |