Skip to content

List all Server Users for a Project

Request

Admin roles:
  • access_user
  • access_admin
  • reporting_user

List all Server Users for a specified Project. A Server User is a representation of a User that is created on an enrolled Server.

Security
bearerAuth
Path
team_namestringrequired

The name of your Team

project_namestringrequired

The Project name

GET
/v1/teams/{team_name}/projects/{project_name}/server_users
curl -i -X GET \
  'https://app.scaleft.com/v1/teams/{team_name}/projects/{project_name}/server_users' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

List of Server Users

Headers
Bodyapplication/json
listArray of objects(APIServerUser)
Response
{ "list": [ {}, {} ] }