cURL
curl --request GET \ --url http://localhost:3001/portal-api/organisations/{organisation_id}/teams \ --header 'Authorization: <api-key>'
[ { "Default": true, "ID": 1, "Name": "Default Organisation All users" } ]
List all teams for an organisation
UID of an organisation
2
OK
Identifies if this team is a default team for this organisation. All new users are created in the default team unless otherwise specified.
true
UID of this team
1
Name of this team
"Default Organisation All users"
Was this page helpful?