> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Users # Type: User Object # Link: https://dev.wix.com/docs/api-reference/account-level/user-management/accounts/users/user-object.md ## Schema: ```json Type: User Object | type: User - name: id | type: string | description: User ID. - name: roles | type: Array | description: Deprecated. - name: email | type: string | description: User's email address. - name: name | type: Name | description: User's name. - name: firstName | type: string | description: User's first name. - name: lastName | type: string | description: User's last name. - name: profileImage | type: string | description: URL to user's profile image, when provided. - name: value | type: string | description: - name: joinedTeamAt | type: string | description: Date the user joined the team. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: policyIds | type: Array | description: Deprecated. - name: assignments | type: Array | description: Resources the user can access. - name: policy | type: AssignedPolicy | description: Role assigned to the user. - name: policyId | type: string | description: Role ID. - name: title | type: string | description: Role title. - name: description | type: string | description: Role description. - name: assignmentId | type: string | description: Unique ID for this specific assignment. - name: subject | type: Subject | description: Identity assigned to the asset in an assignment, referred to as subject. Supported subjects include user IDs, account IDs, and app IDs. - name: id | type: string | description: ID of identity assigned to the asset. - name: subjectType | type: string | description: Type of identity assigned to the asset. Supported subject types include user IDs, account IDs, and app IDs. - name: context | type: SubjectContext | description: Context of identity assigned to the asset. For example, a `subjectType` = `USER` will have `context` = `ACCOUNT`. ```