Skip to main content
POST
/
tenants
/
{userId}
Create a new tenant for a user
curl --request POST \
  --url https://test.didxtech.com/me-wallet/api/tenants/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "userId": "<string>",
  "rootAgentName": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

Response

Tenant created successfully

id
string
required
userId
string
required
rootAgentName
string
required