User FPA
Config Management
Get Attributes configs
1min
GET
https://{domain}/app/api/v2/users/attributes
Get Attributes configuration
Header Parameters
X-COREOS-TID
string
*
X-COREOS-ACCESS
string
*
X-COREOS-USERINFO
string
X-COREOS-REQUEST-ID
string
*
Responses
200
User Categories response
object
data
AttributesResponse
request
Request
error
Error
default
Default Error Response
DefaultResponse
error
Error
request
Request
Curl
JS
Ruby
Python
1curl --location --globoff 'https://{domain}/app/api/v2/users/attributes' \
2--header 'Accept: application/json' \
3--header 'Content-Type: application/json'
Responses
200
default
1// User Categories response
2{
3 "data": {
4 "platformAttributes": [
5 {
6 "name": "area",
7 "validation": {
8 "range": {
9 "min": 0,
10 "max": 0
11 },
12 "regex": "",
13 "valueOneOf": [
14 {}
15 ],
16 "required": false
17 },
18 "mapping": "",
19 "alias": "area",
20 "dataType": ""
21 }
22 ],
23 "applicationAttributes": [
24 {
25 "name": "area",
26 "dataType": "",
27 "schema": {},
28 "description": "",
29 "indexed": false,
30 "validation": {
31 "range": {
32 "min": 0,
33 "max": 0
34 },
35 "regex": "",
36 "valueOneOf": [
37 {}
38 ],
39 "required": false
40 },
41 "defaultValue": {},
42 "mapping": "",
43 "piiSensitive": false,
44 "isReadPublic": false,
45 "alias": "area"
46 }
47 ],
48 "customAttributes": [
49 {
50 "name": "area",
51 "dataType": "",
52 "schema": {},
53 "description": "",
54 "indexed": false,
55 "validation": {
56 "range": {
57 "min": 0,
58 "max": 0
59 },
60 "regex": "",
61 "valueOneOf": [
62 {}
63 ],
64 "required": false
65 },
66 "defaultValue": {},
67 "mapping": "",
68 "piiSensitive": false,
69 "isReadPublic": false,
70 "alias": "area"
71 }
72 ],
73 "mappedAttributes": [
74 {
75 "name": "area",
76 "dataType": "",
77 "schema": {},
78 "description": "",
79 "validation": {
80 "range": {
81 "min": 0,
82 "max": 0
83 },
84 "regex": "",
85 "valueOneOf": [
86 {}
87 ],
88 "required": false
89 },
90 "mappedWith": "",
91 "mappedService": ""
92 }
93 ],
94 "coreAttributes": [
95 {
96 "name": "area",
97 "alias": "area"
98 }
99 ]
100 },
101 "request": {
102 "uri": "",
103 "requestId": "",
104 "queryString": "",
105 "body": {},
106 "method": ""
107 },
108 "error": {
109 "code": "",
110 "description": "",
111 "additionalInfo": {}
112 }
113}
Updated 15 Mar 2024
Did this page help you?