NEW Native Support for Conversational Data: 4 Use Cases to Ship Better Chatbots

Manage user accounts

note

If you are using SSO/SAML or SCIM, you can map groups to roles on the organization level and the project level. For more information, see Set up SSO authentication for Label Studio and Set up SCIM2 for Label Studio.

If you are using an IdP with SCIM or SAML/SSO, you should also handle user deactivations and deletions from the IdP.

Assign roles to users

If you invite users using the invite link option, their account is created but must be activated by assigning them to a role.

Tip

You can use the role filter above the table to see all Pending users. Select the Not Activated role.

  1. Open Label Studio and click the menu in the upper left.

  2. Select Organization.

    If you do not see the Organization option, you do not have access to the Organization page. Only users in the Owner or Administrator role can access this page.

  3. Locate the user account to which you are assigning a role.

  4. Use the drop-down menu next to the user to select a role.

Screenshot of the role drop-down menu

Programmatically assign roles

To programmatically activate and assign roles to users, you can use the API:

https://api.labelstud.io/api-reference/api-reference/organizations/members/update

Determine the organization ID or user ID

You can find user ID and organization ID from the Organization page:

Screenshot of the role drop-down menu

You can also use the API:

Deactivate users

You can deactivate a user account by assigning them to the Deactivated role. Deactivating a user revokes their access and opens up their seat in your license.

You can reactivate a user by assigning them to an active user role.

Delete users

  1. From the Organization page, select the user you want to delete.

  2. Click Delete.

  3. A confirmation message appears. Click Delete Member.

Once deleted, any completed work or changes that the user made will appear as belonging to a “Deleted User.”

If you want to add the user again at a later date, you will need to re-invite them to the organization.