group-alias
Create a group alias
Method
Path
Parameters
Sample payload
{
"canonical_id": "b86920ea-2831-00ff-15c5-a3f923f1ee3b",
"mount_accessor": "auth_github_232a90dc",
"name": "dev-team"
}Sample request
$ curl \
--header "X-Vault-Token: ..." \
--request POST \
--data @payload.json \
http://127.0.0.1:8200/v1/identity/group-aliasSample response
Update group alias by ID
Method
Path
Parameters
Sample payload
Sample request
Sample response
Read group alias by ID
Method
Path
Parameters
Sample request
Sample response
Delete group alias by ID
Method
Path
Parameters
Sample request
List group alias by ID
Method
Path
Sample request
Sample response
Last updated