Hierarchy

  • UsersAPI

Properties

getContacts: ((props: GetContactsRequestProps) => Promise<GetContactsResponse>)

Type declaration

getCurrentUser: ((props: GetCurrentUserRequestProps) => Promise<CurrentUserResponse>)

Type declaration

getCurrentUserThreads: ((props: GetCurrentUserThreadsRequestProps) => Promise<GetCurrentUserThreadsResponse>)
getUser: ((props: GetUserRequestProps) => Promise<GetUserResponse>)

Type declaration

getUsers: ((props: GetUsersRequestProps) => Promise<GetUsersResponse>)

Type declaration

getUsersReadOnly: ((props: GetUsersReadOnlyRequestProps) => Promise<GetUsersReadOnlyResponse>)
updateUser: ((props: UpdateUserRequestProps) => Promise<UpdateUserResponse>)

Type declaration

Generated using TypeDoc