Link Search Menu Expand Document

Manage Team Members

You can use the Elastio CLI to return a list of the Elastio Tenant team members, update one or more member profiles, return information about a specific member profile, and deactivate a member.

Run the following command to return a list of members:

elastio tenant user list

Use the following command to return information about a specific team member profile:

elastio tenant user get-profile [user-id]

Use the following command to update a team member profile:

elastio tenant user update [OPTIONS]

Use the following command to update a team member profile where the available options include the following:

  • --name <username>
  • --nickname <nickname>

Run the following command to deactivate a team member:

elastio tenant user deactivate <user-id>