Skip to content
canton-network-docs

/v2/users/{user

/v2/users/{user-id}/identity-provider-id - Canton Network Docs
Skip to main content
PATCH
/
v2
/
users
/
{user-id}
/
identity-provider-id
Try it
/v2/users/{user-id}/identity-provider-id

cURL

curl --request PATCH \
  --url https://api.example.com/v2/users/{user-id}/identity-provider-id \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "<string>",
  "sourceIdentityProviderId": "<string>",
  "targetIdentityProviderId": "<string>"
}
'
200
400
default
{}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Path Parameters

user-id
string
required

Body

application/json

Required authorization: HasRight(ParticipantAdmin)

userId
string
required

User to update

Required

sourceIdentityProviderId
string

Current identity provider ID of the user If omitted, the default IDP is assumed

Optional

targetIdentityProviderId
string

Target identity provider ID of the user If omitted, the default IDP is assumed

Optional

Response

200
application/json

The response is of type UpdateUserIdentityProviderIdResponse · object.

Assistant
Responses are generated using AI and may contain mistakes.