AdminUsersInterface
Props
addAdminUser
addAdminUser: (request: AddAdminUserRequest) => Promise<AddAdminUserResponse>
Adds a new admin user into the specified parent or child account.
attachAdminRole
attachAdminRole: (request: AttachAdminRoleRequest) => Promise<AttachAdminRoleResponse>
Attaches the admin role(s) to the already existing admin(s).
delAdminUser
delAdminUser: (request: DelAdminUserRequest) => Promise<DelAdminUserResponse>
Deletes the specified admin user.
getAdminUsers
getAdminUsers: (request: GetAdminUsersRequest) => Promise<GetAdminUsersResponse>
Gets the admin users of the specified account. Note that both account types - parent and child - can have its own admins.
setAdminUserInfo
setAdminUserInfo: (request: SetAdminUserInfoRequest) => Promise<SetAdminUserInfoResponse>
Edits the specified admin user.