Skip to main content
POST
Move an account into a group (single membership)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Move account to group payload.

MoveAccountPayload schema.

account_code
string
required

Account code used by administration and mapping records.

group_id
integer<int64>
required

Group identifier.

Response

200 - application/json

OK

GroupMember schema.

account_code
string

Account code used by administration and mapping records.

group_id
integer<int64>

Group identifier.

group_name
string

Group name.

moved_by
string

User that moved the account between groups.

updated_at
string<date-time>

Timestamp when the record was last updated.