{"componentChunkName":"component---src-templates-api-page-tsx","path":"/api/projects/list-a-projects-users/","result":{"data":{"openApi":{"id":"9ade4012-aa8f-59b9-9551-03e25b0e3f17","path":{"description":"Return a list of users seen within this project.","method":"get","operationId":"List a Project's Users","summary":null,"tags":["Projects"],"apiPath":"/api/0/projects/{organization_slug}/{project_slug}/users/","readableUrl":"/api/projects/list-a-projects-users/","parameters":[{"schema":{"type":"string","format":null,"enum":null},"name":"organization_slug","in":"path","description":"The slug of the organization.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"project_slug","in":"path","description":"The slug of the project.","required":true},{"schema":{"type":"string","format":null,"enum":null},"name":"query","in":"query","description":"Limit results to users matching the given query. Prefixes should be used to suggest the field to match on: `id`, `email`, `username`, `ip`. For example, `query=email:foo@example.com`","required":null}],"responses":[{"content":{"content_type":"application/json","example":"[\n  {\n    \"dateCreated\": \"2020-07-16T00:50:40.342174Z\",\n    \"id\": \"21077833046\",\n    \"username\": \"sentry\",\n    \"email\": \"sentry@example.com\"\n  }\n]","schema":"{\n  \"type\": \"array\",\n  \"items\": {\n    \"type\": \"object\",\n    \"required\": [\n      \"dateCreated\",\n      \"id\",\n      \"username\",\n      \"email\"\n    ],\n    \"properties\": {\n      \"dateCreated\": {\n        \"type\": \"string\"\n      },\n      \"id\": {\n        \"type\": \"string\"\n      },\n      \"username\": {\n        \"type\": \"string\",\n        \"nullable\": true\n      },\n      \"email\": {\n        \"type\": \"string\",\n        \"nullable\": true\n      }\n    }\n  }\n}"},"description":"Success","status_code":"200"},{"content":null,"description":"Forbidden","status_code":"403"},{"content":null,"description":"Not Found","status_code":"404"}],"requestBody":null,"security":[{"auth_token":["project:read"]}]}}},"pageContext":{"id":"9ade4012-aa8f-59b9-9551-03e25b0e3f17","title":"List a Project's Users"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","3990806462","4015007367","4192517163"]}