Create Profile
Create a new profile on your NFT Management Platform.
URL
Required rights:
admin,accountManageorusersManage
To create a new profile, use /profile.
POST - https://{{nmpUrl}}/profileBody
Field | Type | Required | Description |
|---|---|---|---|
| String | ✅ | User's ID. |
|
| ✅ | Right(s) you wish to associate with the new profile. |
{
"name": "recoverOnly",
"rights": ["certRecover", "certDelete"]
}Return Payload
The NFT Management Platform profile has been added.
{
"name": "test2",
"rights": [
"certCreate",
"certRead"
],
"_id": "65ca38fdc784dd6e41c3871a",
"__v": 0,
"id": "65ca38fdc784dd6e41c3871a"
}Updated 8 days ago
