Team Memberships
Create Team Membership
post/team_memberships
Request body
Example request
{
"$schema": "/v1/schemas/CreateTeamMembershipRequestBody.json"
}Response
OK
Example response
{
"$schema": "/v1/schemas/CreateTeamMembershipResponseBody.json"
}Changes
Changed in 1 of the 28 revisions of this API.1
- ○
added the required property
data/attributes/user/attributes/organizationRoleto the response with the200statusresponse-required-property-added
- ○