You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
444 B
JSON
32 lines
444 B
JSON
[
|
|
{
|
|
"user_id": 1,
|
|
"tenant_id": 1,
|
|
"role": "owner",
|
|
"is_default": 1
|
|
},
|
|
{
|
|
"user_id": 2,
|
|
"tenant_id": 1,
|
|
"role": "admin",
|
|
"is_default": 1
|
|
},
|
|
{
|
|
"user_id": 3,
|
|
"tenant_id": 1,
|
|
"role": "member",
|
|
"is_default": 1
|
|
},
|
|
{
|
|
"user_id": 4,
|
|
"tenant_id": 2,
|
|
"role": "owner",
|
|
"is_default": 1
|
|
},
|
|
{
|
|
"user_id": 5,
|
|
"tenant_id": 2,
|
|
"role": "member",
|
|
"is_default": 1
|
|
}
|
|
] |