This endpoint allows updating user data of an organisation
Last updated 8 months ago
""
[]
PUT /api/v1/user HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 246 { "userId": "text", "orgId": "text", "firstName": "text", "lastName": "text", "userCreditsBalance": 1, "deleted": true, "profession": "text", "email": "text", "phone": "text", "firebaseDeviceTokens": [ "text" ], "platform": "text", "createdAt": "text", "lastUsedAt": "text" }
User updated successfully for your organisation
No content