Add Team Member
POST {{baseUrl}}/v2/teams/:identifier/members?teamIdentifierType=id
Adds a member to team with given identifier
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
teamIdentifierType | string | Type of the identifier. Possible values are 'id' and 'name'. Default value is 'id' |
Request Body
{"user"=>{"id"=>"quis deserunt Duis", "username"=>"dolor sunt cupidatat sed in"}, "role"=>"user"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"requestId":"ipsum Excepteur magna ut","took":0,"result":"ipsum culpa","data":{"id":"nulla dolor Lorem non","name":"dolor magna sunt consequat"}}