Update an existing local user
Body parameter
{
"firstName": "string",
"lastName": "string",
"email": "string",
"groupId": "00000000-0000-0000-0000-000000000000",
"status": "INVITED",
"role": "OWNER"
}
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | true | none |
body | body | true | none | |
» firstName | body | string | false | none |
» lastName | body | string | false | none |
body | string | false | none | |
» groupId | body | string | false | none |
» status | body | string | false | none |
» role | body | string | false | none |
Enumerated Values
Parameter | Value |
|---|---|
» status | INVITED |
» status | ACTIVE |
» status | SUSPENDED |
» status | SUSPENDED_IDP |
» role | OWNER |
» role | MEMBER |
» role | ADMIN |
Responses
Status | Meaning | Description | Schema |
|---|---|---|---|
200 | OK |
To perform this operation, you must be authenticated by means of one of the following methods: oauth