Freeipa Profiles
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/freeipa-profiles/ |
List Freeipa Profiles |
| GET | /api/freeipa-profiles/{uuid}/ |
Retrieve |
| POST | /api/freeipa-profiles/ |
Create |
| POST | /api/freeipa-profiles/{uuid}/update_ssh_keys/ |
Update SSH keys for profile |
| PUT | /api/freeipa-profiles/{uuid}/ |
Update |
| PATCH | /api/freeipa-profiles/{uuid}/ |
Partial Update |
List Freeipa Profiles
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
freeipa_profiles_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
query |
string | Filter by username, user UUID, first name or last name |
user |
string (uuid) |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
username |
string | Letters, numbers and ./+/-/_ characters |
agreement_date |
string (date-time) | Indicates when the user has agreed with the policy. |
is_active |
boolean | |
user |
string (uri) | |
user_uuid |
string (uuid) | |
user_username |
string | Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters |
user_full_name |
string |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
freeipa_profiles_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) | |
username |
string | Letters, numbers and ./+/-/_ characters |
agreement_date |
string (date-time) | Indicates when the user has agreed with the policy. |
is_active |
boolean | |
user |
string (uri) | |
user_uuid |
string (uuid) | |
user_username |
string | Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters |
user_full_name |
string |
Create
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
- Model Source:
FreeipaProfileRequest - API Source:
freeipa_profiles_create
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Field | Type | Required | Description |
|---|---|---|---|
username |
string | ✓ | Letters, numbers and ./+/-/_ characters |
agreement_date |
string (date-time) | Indicates when the user has agreed with the policy. |
201 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
username |
string | Letters, numbers and ./+/-/_ characters |
agreement_date |
string (date-time) | Indicates when the user has agreed with the policy. |
is_active |
boolean | |
user |
string (uri) | |
user_uuid |
string (uuid) | |
user_username |
string | Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters |
user_full_name |
string |
Update SSH keys for profile
Update SSH keys for profile.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
freeipa_profiles_update_ssh_keys
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 - No response body
Update
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
FreeipaProfileRequest - API Source:
freeipa_profiles_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
username |
string | ✓ | Letters, numbers and ./+/-/_ characters |
agreement_date |
string (date-time) | Indicates when the user has agreed with the policy. |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
username |
string | Letters, numbers and ./+/-/_ characters |
agreement_date |
string (date-time) | Indicates when the user has agreed with the policy. |
is_active |
boolean | |
user |
string (uri) | |
user_uuid |
string (uuid) | |
user_username |
string | Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters |
user_full_name |
string |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
freeipa_profiles_partial_update
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) | |
username |
string | Letters, numbers and ./+/-/_ characters |
agreement_date |
string (date-time) | Indicates when the user has agreed with the policy. |
is_active |
boolean | |
user |
string (uri) | |
user_uuid |
string (uuid) | |
user_username |
string | Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters |
user_full_name |
string |