Team Context

When using API tokens, the currently selected team context of the user will not be taken into account, i.e. list results will always return all entities to which the user has a view permission. When using basic auth credentials the currently selected team context of the user will be used to filter resource results. The context may be overwritten for API key calls using the team-context HTTP header. Specifying 0 for ALL teams, -1 for MY teams or a specific team id e.g. team-context=901 to fetch results for a certain team.

Was this helpful?