Groups
Add Group User
POST
/
api
/
v1
/
groups
/
{id}
/
users
/
{username}
Path Parameters
id
string
requiredThe ID of the group to add the user to.
username
string
requiredThe username of the user to add to the group.
Response
200 - application/json
username
string
requiredid
string
requiredemail
string | null
firstName
string | null
lastName
string | null
Was this page helpful?