Skip to main content
POST
/
core.v1.ResourceService
/
UpdateNativeUserV2
cURL
curl -X POST "https://api.joinformal.com/core.v1.ResourceService/UpdateNativeUserV2" \
  -H "X-API-KEY: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "example": "value"
  }'
{
  "id": "<string>"
}

Authorizations

X-API-KEY
string
header
required

API key authentication. Get your API key from the Formal console.

Body

application/json

Exactly one of these fields is required: basic or http_api_key or http_basic or http_bearer or iam or kubernetes or rdp or snowflake_key or ssh_key.

id
string
Minimum string length: 1
useAsDefault
boolean | null
terminationProtection
boolean | null
basic
basic · object

One of the discriminated union fields - use exactly one

httpApiKey
http_api_key · object

One of the discriminated union fields - use exactly one

httpBasic
http_basic · object

One of the discriminated union fields - use exactly one

httpBearer
http_bearer · object

One of the discriminated union fields - use exactly one

iam
iam · object

One of the discriminated union fields - use exactly one

kubernetes
kubernetes · object

One of the discriminated union fields - use exactly one

rdp
rdp · object

One of the discriminated union fields - use exactly one

snowflakeKey
snowflake_key · object

One of the discriminated union fields - use exactly one

sshKey
ssh_key · object

One of the discriminated union fields - use exactly one

Response

Success

id
string
Minimum string length: 1