Keycloak User Group Memberships
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/keycloak-user-group-memberships/ |
List Keycloak User Group Memberships |
| GET | /api/keycloak-user-group-memberships/{uuid}/ |
Retrieve |
| POST | /api/keycloak-user-group-memberships/ |
Create |
| PUT | /api/keycloak-user-group-memberships/{uuid}/ |
Update |
| PATCH | /api/keycloak-user-group-memberships/{uuid}/ |
Partial Update |
| DELETE | /api/keycloak-user-group-memberships/{uuid}/ |
Delete |
List Keycloak User Group Memberships
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
keycloak_user_group_memberships_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
email |
string | |
first_name |
string | |
group_uuid |
string (uuid) | |
last_name |
string | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
role_uuid |
string (uuid) | |
scope_type |
string | |
scope_uuid |
string (uuid) | |
state |
array | |
username |
string |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
username |
string | Keycloak user username |
email |
string (email) | User's email for notifications |
first_name |
string | |
last_name |
string | |
group |
string (uri) | |
group_name |
string | |
group_role |
string | |
group_scope_type |
string | |
group_scope_name |
string | Get the name of the cluster or project |
state |
any | |
created |
string (date-time) | |
modified |
string (date-time) | |
last_checked |
string (date-time) | |
error_message |
string | |
error_traceback |
string |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
keycloak_user_group_memberships_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
username |
string | Keycloak user username |
email |
string (email) | User's email for notifications |
first_name |
string | |
last_name |
string | |
group |
string (uri) | |
group_name |
string | |
group_role |
string | |
group_scope_type |
string | |
group_scope_name |
string | Get the name of the cluster or project |
state |
any | |
created |
string (date-time) | |
modified |
string (date-time) | |
last_checked |
string (date-time) | |
error_message |
string | |
error_traceback |
string |
Create
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
- Model Source:
KeycloakUserGroupMembershipRequest - API Source:
keycloak_user_group_memberships_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
| Field | Type | Required | Description |
|---|---|---|---|
username |
string | ✓ | Keycloak user username |
email |
string (email) | ✓ | User's email for notifications |
scope_uuid |
string (uuid) | ✓ | UUID of a cluster or a project in Rancher Constraints: write-only |
role |
string (uri) | ✓ | Constraints: write-only |
201 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
username |
string | Keycloak user username |
email |
string (email) | User's email for notifications |
first_name |
string | |
last_name |
string | |
group |
string (uri) | |
group_name |
string | |
group_role |
string | |
group_scope_type |
string | |
group_scope_name |
string | Get the name of the cluster or project |
state |
any | |
created |
string (date-time) | |
modified |
string (date-time) | |
last_checked |
string (date-time) | |
error_message |
string | |
error_traceback |
string |
Update
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
- Model Source:
KeycloakUserGroupMembershipRequest - API Source:
keycloak_user_group_memberships_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
username |
string | ✓ | Keycloak user username |
email |
string (email) | ✓ | User's email for notifications |
scope_uuid |
string (uuid) | ✓ | UUID of a cluster or a project in Rancher Constraints: write-only |
role |
string (uri) | ✓ | Constraints: write-only |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
username |
string | Keycloak user username |
email |
string (email) | User's email for notifications |
first_name |
string | |
last_name |
string | |
group |
string (uri) | |
group_name |
string | |
group_role |
string | |
group_scope_type |
string | |
group_scope_name |
string | Get the name of the cluster or project |
state |
any | |
created |
string (date-time) | |
modified |
string (date-time) | |
last_checked |
string (date-time) | |
error_message |
string | |
error_traceback |
string |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedKeycloakUserGroupMembershipRequest - API Source:
keycloak_user_group_memberships_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
username |
string | Keycloak user username | |
email |
string (email) | User's email for notifications | |
scope_uuid |
string (uuid) | UUID of a cluster or a project in Rancher Constraints: write-only |
|
role |
string (uri) | Constraints: write-only |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
url |
string (uri) | |
username |
string | Keycloak user username |
email |
string (email) | User's email for notifications |
first_name |
string | |
last_name |
string | |
group |
string (uri) | |
group_name |
string | |
group_role |
string | |
group_scope_type |
string | |
group_scope_name |
string | Get the name of the cluster or project |
state |
any | |
created |
string (date-time) | |
modified |
string (date-time) | |
last_checked |
string (date-time) | |
error_message |
string | |
error_traceback |
string |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
keycloak_user_group_memberships_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body