Update group membership state for a user
PUT
/api/v4/groups/{id}/members/{user_id}/state
Updates the membership state for a specified user in a group.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
The ID of a group
user_id
required
integer
The user ID of the user
Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
state
required
The new state for the memberships of the user
string
Responses
Section titled “Responses”OK
Bad Request
Not Found