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

Ủy quyền

Authorization
string
header
bắt buộc

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

Nội dung

application/json

Move account to group payload.

MoveAccountPayload schema.

account_code
string
bắt buộc

Account code used by administration and mapping records.

group_id
integer<int64>
bắt buộc

Group identifier.

Phản hồi

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.