{ "opencollection": "1.0.0", "info": { "name": "OpenAI Assistants Users API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Lists all of the users in the organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.openai.com/v1/organization/users", "params": [ { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.\n" }, { "name": "after", "value": "", "type": "query", "description": "A cursor for use in pagination. `after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.\n" }, { "name": "emails", "value": "", "type": "query", "description": "Filter by the email address of users." } ] }, "docs": "Lists all of the users in the organization." }, { "info": { "name": "Retrieves a user by their identifier.", "type": "http" }, "http": { "method": "GET", "url": "https://api.openai.com/v1/organization/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ] }, "docs": "Retrieves a user by their identifier." }, { "info": { "name": "Modifies a user's role in the organization.", "type": "http" }, "http": { "method": "POST", "url": "https://api.openai.com/v1/organization/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies a user's role in the organization." }, { "info": { "name": "Deletes a user from the organization.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.openai.com/v1/organization/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ] }, "docs": "Deletes a user from the organization." } ] } ], "bundled": true }