curl --request POST \
--url https://us.infisical.com/api/v1/groups/{id}/users/{username}
{
"email": "<string>",
"username": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
curl --request POST \
--url https://us.infisical.com/api/v1/groups/{id}/users/{username}
{
"email": "<string>",
"username": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
The ID of the group to add the user to.
The username of the user to add to the group.
Default Response
The response is of type object
.
Was this page helpful?