specs/routes/R_WUSPR

Workspace User Profile

Overview

The Workspace-level user profile is the location where users can be managed across workspaces, if the workspaces feature flag is on.

The available fields are:

  • Email
  • Name
  • Badge ID
  • Language
  • Image
  • Account Owner Toggle
  • All workspaces where this user has access, and their associated role in that workspace.

Model/Page Connections

User

View

  • A User can view the following information for other Users within the Account:
    • Profile Image
    • User Name
    • User Role
    • Since (Creation Date for User)
    • Email
    • Badge ID
    • Language

Edit

  • A user can set the Profile Image by clicking “Add Image”. This will present the User with a file explorer view that allows Users to select any .png, .jpg, or .jpeg file type that is accessible on their local machine. Clicking “Open” will set the selected image to the User Image for the specified User.
  • A User can modify the “Name” by selecting the text input field and updating the “Name”. Clicking outside of the text field will update the specified User’s “Name”.
  • The Email field cannot be modified.
  • A User can modify the “Badge ID” for the specified User by selecting the text input field and updating the “Badge ID”. Clicking outside of the text field will update their “Badge ID”.
  • A User can be added to other workspaces by clicking "Add to another workspace", and selecting another workspace.
  • A User can be assigned to be an account owner, giving them access to instance level settings.
  • The User can define the Specified User’s Language by clicking the “Language” dropdown. The options are:
    • Browser Default
    • English (American)
    • English (British)
    • Español
    • Français
    • Italiano
    • 日本語
    • 简体中文
    • Polski
    • Bulgarian
    • Czech
    • Danish
    • Deutsch
    • Greek
    • Estonian
    • Finland
    • Hungarian
    • Indonesian
    • Lituanian
    • Latvian
    • Brazilian
    • Romanian
    • Russian
    • Slovak
    • Slovene
    • Swedish
    • Turkish
    • Ukranian
    • Simplified Chineese

User Permissions

Account Owners and Workspace Owners can access the Workspace User pages.

Tests

No tests

Requirements

No requirements