Wildberries API TypeScript SDK / <internal> / UserInfo
Interface: UserInfo
Defined in: types/general.types.ts:160
User information
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="id"></a> id | number | User ID | types/general.types.ts:162 |
<a id="role"></a> role | "" | "user" | User role: "user" for activated users, "" for non-activated | types/general.types.ts:164 |
<a id="position"></a> position | string | User position | types/general.types.ts:166 |
<a id="phone"></a> phone | string | Phone number | types/general.types.ts:168 |
<a id="email"></a> email | string | types/general.types.ts:170 | |
<a id="isowner"></a> isOwner | boolean | Whether user is the profile owner | types/general.types.ts:172 |
<a id="firstname"></a> firstName | string | First name | types/general.types.ts:174 |
<a id="secondname"></a> secondName | string | Last name | types/general.types.ts:176 |
<a id="patronymic"></a> patronymic | string | Patronymic | types/general.types.ts:178 |
<a id="goodsreturn"></a> goodsReturn | boolean | Whether user can approve goods returns | types/general.types.ts:180 |
<a id="isinvitee"></a> isInvitee | boolean | Whether user was invited | types/general.types.ts:182 |
<a id="inviteeinfo"></a> inviteeInfo | InviteeInfo | null | Invitation info (null if not invited) | types/general.types.ts:184 |
<a id="access"></a> access | AccessItem[] | Access permissions | types/general.types.ts:186 |