@girish said in Some problems with API - PUT user in groups:
{"groupIds":["gid-3e96c503-d30f-4db8-aa37-ecaf98fa33fa"]}
Thank you, works fine. It was a spelling-error in the "content-type" .
@girish said in Some problems with API - PUT user in groups:
{"groupIds":["gid-3e96c503-d30f-4db8-aa37-ecaf98fa33fa"]}
Thank you, works fine. It was a spelling-error in the "content-type" .
Why 2 different ways for the same thing?
..but both are not working. I tried all: normal arrays, nested arrays, array with 2 members. Error messages:
Example:
{
"groupIds": [
"gidXXXXXXXXX"
]
}
Maybe the API documentation is wrong?