Update Group

Update Group

API to update group in keycloak

Request
URI
PUT
https://{api_host}/tcsa.host.com/tcsa/api/auth-management/v1/groups/{id}
COPY
Path Parameters
string
id
Required

Group id of the group to be updated


Request Body

payload to update group in keycloak

KeycloakCreateGroup of type(s) application/json
Required
{
    "name": "test-group"
}
string
name
Optional

name of the group

Authentication
This operation uses the following authentication methods.
Responses
204

OK

Operation doesn't return any data structure

400

Invalid Request sent by the user

Returns KeycloakErrorDetails of type(s) application/json
{
    "error": "string"
}
string
error
Optional

Error message from keycloak


401

User authentication failed

Returns KeycloakErrorDetails of type(s) application/json
{
    "error": "string"
}
string
error
Optional

Error message from keycloak


403

Access to the requested resource/operation is forbidden

Returns KeycloakErrorDetails of type(s) application/json
{
    "error": "string"
}
string
error
Optional

Error message from keycloak


404

Cannot find requested resource

Returns KeycloakErrorDetails of type(s) application/json
{
    "error": "string"
}
string
error
Optional

Error message from keycloak


500

Internal server error

Returns KeycloakErrorDetails of type(s) application/json
{
    "error": "string"
}
string
error
Optional

Error message from keycloak