POST
/
api
/
v1
/
groups
/
{id}
/
users
/
{username}

Path Parameters

id
string
required

The ID of the group to add the user to.

username
string
required

The username of the user to add to the group.

Response

200 - application/json
username
string
required
id
string
required
email
string | null
firstName
string | null
lastName
string | null

Was this page helpful?