User
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[]
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
get
/user/didsAssociates 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
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/user/dids/addDisassociates 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
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/user/dids/removeSets 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
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post
/user/dids/setPrimaryLast updated
Was this helpful?