Adding an existing user into an organization
In this article, you will learn how to add an existing user into an organization in SPAN sports performance analysis platform.
Before you begin
If users don't have existing SPAN account, they can sign up for a new account administered by SPAN or link their google account with SPAN.
To learn how to sign-up in SPAN, refer to this article.Opening admin panel
- Open an organization where you are an administrator by clicking on its name.
- After opening the organization, click on the hamburger menu button positioned in the top-left corner of the page.
- Upon clicking, it will display three menu options: "Admin panel," "Tag Templates," and "User Settings."
- Click on the "Admin panel" option.
- Once clicked, eight menu options will appear: "Add New User," "Advanced Preferences," "Dashboard," "Edit Organization," "Manage Tournaments," "Manage Scenes," "Settings," and "User Analytics." By default, it will display the dashboard.

Note: The "Admin panel" feature in SPAN is accessible exclusively to users who hold the role of an administrator within an organization.
Adding a new user
As an administrator of an organization on SPAN, you have the authority to add new users to your organization, provided they already have an existing SPAN account.
After opening the admin panel, click on the "Add New User" button located at the top left of the page.
This will display an input field labeled "Email" to enter an email address.
Enter the email address of an existing SPAN user in this form.
Once the email is entered, the "ADD NEW USER" button will be enabled.
Click on the "ADD NEW USER" button to add them to the organization.
After the new user has been added to the organization, an alert message will appear at the top-center of the page, indicating that the new user has been successfully added to the organization.
You can then click on the "User Analytics" button to see the existing users of this organization.
Here, you will find a list of all the users, with the second user typically being the most recent addition to the organization.
Related Articles
List folders in organization
In this article, you will learn how to list folders in an organization. List folders in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/folders/ Results: { "count": ...
List templates in organization
In this article, you will learn how to list templates in organization. List templates in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/templates/ Results: { ...
List assets in organization
In this article, you will learn how to list assets in organization. List assets in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/assets/ Results: { "results": [ { ...
List category members in organization
In this article, you will learn how to list category members in organization. List category members in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: ...
List category groups in organization
In this article, you will learn how to list category groups in organization. List category groups in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/category_groups/ ...