MembershipService
Index
Constructors
constructor
Parameters
httpRequest: BaseHttpRequest
Returns MembershipService
Properties
publicreadonlyhttpRequest
Methods
publicorganizationInfo
Returns CancelablePromise<{ data?: GetOrganizationResponse }>
any OK
publicorganizationUserActivate
Activate a user
Bot-compatible
Activates a user in an organization.Parameters
__namedParameters: { requestBody?: { user_id: string } }
Returns CancelablePromise<void>
void
publicorganizationUserCreate
Create a user Creates a user in the organization.
Parameters
__namedParameters: { requestBody?: { language?: en | ko; msg?: string; tel?: string; timezone?: string; user_email: string; user_name: string } }
Returns CancelablePromise<{ data?: { user?: GetOrganizationUserResponse } }>
any Successfully created the user.
publicorganizationUserDeactivate
Deactivate a user
Bot-compatible
Deactivates a user in the organization.Parameters
__namedParameters: { requestBody?: { user_id: string } }
Returns CancelablePromise<void>
void
publicorganizationUserInfo
Get user information Retrieves information of a user in the organization.
Returns CancelablePromise<{ data?: { user?: GetOrganizationUserResponse } }>
any Successfully retrieved the user information.
publicorganizationUserList
Get user list
Bot-compatible
Retrieves a list of users in the organization.Parameters
__namedParameters: { cnt: number; filtersMembershipStatus?: active | inactive; keyword?: string; page?: number; teamId?: string; wsId?: string }
Returns CancelablePromise<{ data?: { total_rows?: number; users?: GetOrganizationUserResponse[] } }>
any Successfully retrieved the user list from the organization.
publicorganizationUserRemove
Delete a user
Bot-compatible
Deletes a user from the organization.Parameters
__namedParameters: { requestBody?: { user_id: string } }
Returns CancelablePromise<{ data?: DelCompanyUserResponse }>
any Successfully deleted the user.
publicuserOrganizationBatchCreate
Parameters
__namedParameters: { requestBody: AddCompanyUserListParam }
Returns CancelablePromise<any>
any Successfully created the guest accounts.
Get organization information Retrieves information about the organization the user is in.
ApiError