Create User Group
HTTP Request
POSThttps://staging.api-gw.propdata.net/users/api/v1/groups/
Example Response
{"id": 0,"site": 0,"permissions": [],"created": "2025-09-08T12:20:14.966Z","modified": "2025-09-08T12:20:14.966Z","deleted": "2025-09-08T12:20:14.966Z","uuid": "770bba28-9f80-4d40-9c51-6e022364af91","source_ref": "string","name": "string","active": false,"statistics": 0}
Name | Description |
---|---|
id | integer ID |
site | integer Site |
permissions required | array of integers Choices: [ 1,2,3...2147483648 ] |
created | string Created |
modified | string Modified |
deleted nullable | string Deleted |
uuid | string Uuid |
source_ref nullable | string<= 100 characters Source ref |
name required | string[ 1...100 ] characters Name |
active | boolean Active |
statistics nullable | integer Statistics |
Responses
201
400 Bad request body
403 You do not have permission to perform this action
500 Internal server error
503 This website is not active