Skip to content

Wildberries API TypeScript SDK / <internal> / UserInfo

Interface: UserInfo

Defined in: types/general.types.ts:160

User information

Properties

PropertyTypeDescriptionDefined in
<a id="id"></a> idnumberUser IDtypes/general.types.ts:162
<a id="role"></a> role"" | "user"User role: "user" for activated users, "" for non-activatedtypes/general.types.ts:164
<a id="position"></a> positionstringUser positiontypes/general.types.ts:166
<a id="phone"></a> phonestringPhone numbertypes/general.types.ts:168
<a id="email"></a> emailstringEmailtypes/general.types.ts:170
<a id="isowner"></a> isOwnerbooleanWhether user is the profile ownertypes/general.types.ts:172
<a id="firstname"></a> firstNamestringFirst nametypes/general.types.ts:174
<a id="secondname"></a> secondNamestringLast nametypes/general.types.ts:176
<a id="patronymic"></a> patronymicstringPatronymictypes/general.types.ts:178
<a id="goodsreturn"></a> goodsReturnbooleanWhether user can approve goods returnstypes/general.types.ts:180
<a id="isinvitee"></a> isInviteebooleanWhether user was invitedtypes/general.types.ts:182
<a id="inviteeinfo"></a> inviteeInfoInviteeInfo | nullInvitation info (null if not invited)types/general.types.ts:184
<a id="access"></a> accessAccessItem[]Access permissionstypes/general.types.ts:186

Made with ❤️ for the Wildberries developer community