Skip to main content

@slack/web-api / UsersProfileGetResponse

Type Alias: UsersProfileGetResponse

type UsersProfileGetResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/UsersProfileGetResponse.ts:11

Type Declaration

error?

optional error: string;

needed?

optional needed: string;

ok?

optional ok: boolean;

profile?

optional profile: Profile;

provided?

optional provided: string;