Rate this page:

AdminUsersInterface

Props

addAdminUser

Copy URL
addAdminUser: 

(request: AddAdminUserRequest) => Promise<AddAdminUserResponse>

Adds a new admin user into the specified parent or child account.

attachAdminRole

Copy URL
attachAdminRole: 

(request: AttachAdminRoleRequest) => Promise<AttachAdminRoleResponse>

Attaches the admin role(s) to the already existing admin(s).

delAdminUser

Copy URL
delAdminUser: 

(request: DelAdminUserRequest) => Promise<DelAdminUserResponse>

Deletes the specified admin user.

getAdminUsers

Copy URL
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

Copy URL
setAdminUserInfo: 

(request: SetAdminUserInfoRequest) => Promise<SetAdminUserInfoResponse>

Edits the specified admin user.