Paid Seat Groups API

adds the user to the paid seat group

POST /api/v1/paid_seat_groups/:id/modify_user

Parameters
NameDescription
id *

Numeric ID of the paid seat group

user_id *

Numeric ID of the user

remove

Boolean flag to remove the user from the group

Example request

POST /api/v1/paid_seat_groups/572805993/modify_user

Example CURL command

curl "https://company.aha.io/api/v1/paid_seat_groups/572805993/modify_user" -d '{"user_id":82352673,"remove":null}' -X POST \
	-H "Content-Type: application/json" \
	-H "Accept: application/json" \
	-H "Authorization: Bearer 27291e2e898a9d85792f8c817adc491018d7176b5cc7d6865571e808055dd73b"

Request

contentType: application/json
accept: application/json
authorization: Bearer 27291e2e898a9d85792f8c817adc491018d7176b5cc7d6865571e808055dd73b

Request body

Response

Status: 200 OK
contentType: application/json; charset=utf-8

Response body