List authorized users and teams
GET {{baseUrl}}/owners?name=<string>&name=<string>&email=<string>&email=<string>&cursor=<string>&limit=20
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | ||
name | string | ||
email | string | ||
email | string | ||
cursor | string | Cursor to begin retrieving entries for this query | |
limit | number | Max number of items that can be returned |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"owner":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","email":"\u003cstring\u003e","type":"team"},"cursor":"\u003cstring\u003e"},{"owner":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","email":"\u003cstring\u003e","type":"user"},"cursor":"\u003cstring\u003e"}]