User

Get dids associated with this user

get

Gets all dids that have been associated with the user for this did

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful response

application/json
Responsestring[]
get
/user/dids

Associate a did with this user

post

Associates a did with the user for this did

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
presentationany ofRequired
or
stringOptional
Responses
200

Successful response

application/json
Responseboolean
post
/user/dids/add

Disassociate a did with this user

post

Disassociates a did with the user for this did

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
presentationany ofRequired
or
stringOptional
Responses
200

Successful response

application/json
Responseboolean
post
/user/dids/remove

Sets the primary did for a user

post

Sets the primary did for the user with this did

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
presentationany ofRequired
or
stringOptional
Responses
200

Successful response

application/json
Responseboolean
post
/user/dids/setPrimary

Last updated

Was this helpful?