Skip to content

Commit

Permalink
update end user object to array of multiple end users
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-lisica authored Mar 11, 2025
1 parent e578da4 commit 4153710
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2775,25 +2775,27 @@ Returns the information of the specified host.
"shell": "/bin/zsh"
}
],
"end_user" {
"idp_id": "f26f8649-1e25-42c5-be71-1b1e6de56d3d",
"idp_email": "[email protected]",
"idp_full_name": "Anna Chao",
"idp_groups": [
"Product",
"Designers"
],
"other_emails": [
{
"email": "[email protected]",
"source": "google_chrome_profiles"
},
{
"email": "[email protected]",
"source": "custom"
}
]
},
"end_users" [
{
"idp_id": "f26f8649-1e25-42c5-be71-1b1e6de56d3d",
"idp_email": "[email protected]",
"idp_full_name": "Anna Chao",
"idp_groups": [
"Product",
"Designers"
],
"other_emails": [
{
"email": "[email protected]",
"source": "google_chrome_profiles"
},
{
"email": "[email protected]",
"source": "custom"
}
]
}
],
"labels": [
{
"created_at": "2021-08-19T02:02:17Z",
Expand Down

0 comments on commit 4153710

Please sign in to comment.