{ "opencollection": "1.0.0", "info": { "name": "Aiven API Documentation Account Application_Users API", "version": "v1" }, "items": [ { "info": { "name": "Application_Users", "type": "folder" }, "items": [ { "info": { "name": "List application tokens", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/organization/:organization_id/application-users/:user_id/access-tokens", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "user_id", "value": "", "type": "path", "description": "User ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

Returns a list of tokens for an application user.

" }, { "info": { "name": "Create an application token", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/organization/:organization_id/application-users/:user_id/access-tokens", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "user_id", "value": "", "type": "path", "description": "User ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

Creates a token for an application user.

" }, { "info": { "name": "Delete an application token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aiven.io/v1/organization/:organization_id/application-users/:user_id/access-tokens/:token_prefix", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "user_id", "value": "", "type": "path", "description": "User ID" }, { "name": "token_prefix", "value": "", "type": "path", "description": "Access token prefix" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

Deletes an application user's token.

" }, { "info": { "name": "List application users", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/organization/:organization_id/application-users", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

Returns a list of application users for an organization.

" }, { "info": { "name": "Create an application user", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/organization/:organization_id/application-users", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

Creates an application user in an organization.

" }, { "info": { "name": "Get an application user", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/organization/:organization_id/application-users/:user_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "user_id", "value": "", "type": "path", "description": "User ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

Gets profile information for an application user.

" }, { "info": { "name": "Update details on an application user of the organization", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.aiven.io/v1/organization/:organization_id/application-users/:user_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "user_id", "value": "", "type": "path", "description": "User ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

Update details on an application user of the organization.

" }, { "info": { "name": "Delete an application user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aiven.io/v1/organization/:organization_id/application-users/:user_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "user_id", "value": "", "type": "path", "description": "User ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

Deletes an application user.

" } ] } ], "bundled": true }