Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://apigw.bienport.com/api/resource/user/add \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'OrganizationId: <organizationid>' \ --data ' { "resourceId": 549706, "userId": 20199 } '
{ "message": "<string>", "success": true }
Access Token
Organization ID
resourceUserRequest
Resource Id
549706
User Id
20199
Message with Success Result
SuccessResult Api Model
Was this page helpful?