List Service Accounts for a User (#775)

This commit is contained in:
Daniel Valdivia
2021-05-28 17:46:36 -07:00
committed by GitHub
parent c95bc64dbe
commit 7db4e187ec
12 changed files with 776 additions and 18 deletions

View File

@@ -1220,6 +1220,27 @@ paths:
tags:
- AdminAPI
/users/{name}/service-accounts:
get:
summary: returns a list of service accounts for a user
operationId: ListAUserServiceAccounts
parameters:
- name: name
in: path
required: true
type: string
responses:
200:
description: A successful response.
schema:
$ref: "#/definitions/serviceAccounts"
default:
description: Generic error response.
schema:
$ref: "#/definitions/error"
tags:
- AdminAPI
/users-groups-bulk:
put:
summary: Bulk functionality to Add Users to Groups