Create a new user profile
cURL
curl --request POST \ --url https://sandbox.oumla.com/api/v1/profiles \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "reference": "user-123", "type": "User" } '
201
Example
{ "data": { "reference": "user-123", "type": "User" } }
API key for authentication. Obtain your API key from the dashboard.
SDK version header
Request body for create profile
Create profile request object
Profile reference identifier
"user-123"
Profile type
User
Department
Merchant
Profile created successfully
Profile response object
Show child attributes
Was this page helpful?