You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
request
curl --request DELETE --url 'https://laraveladminpanel.atlassian.net/rest/api/3/group/user?groupname=developers&accountId=5f59dd410e39680069ff435b' --user '[redacted]' --header 'Accept: application/json'
response
{"errorMessages":["Возникла ошибка: com.atlassian.idp.client.exceptions.UserNotFoundException: {\"schemas\":[\"urn:ietf:params:scim:api:messages:2.0:Error\"],\"status\":\"404\",\"detail\":\"A user with ug:347ba8b3-9616-4688-8a35-1a6e89cffede doesn't exists\",\"errorType\":\"UserDoesNotExist\",\"message\":\"A user with ug:347ba8b3-9616-4688-8a35-1a6e89cffede doesn't exists\",\"data\":\"ug:347ba8b3-9616-4688-8a35-1a6e89cffede\"}"],"errors":{}}
but the user is in the 'developers' group also I have the authority to delete the group
request
curl --request GET \
--url 'https://laraveladminpanel.atlassian.net/rest/api/3/user/groups?accountId=5f59dd410e39680069ff435b' \
--user '[redacted]' \
--header 'Accept: application/json'
response
[
{
"name":"Confluence",
"self":"https://laraveladminpanel.atlassian.net/rest/api/3/group?groupname=Confluence"
},
{
"name":"developers",
"self":"https://laraveladminpanel.atlassian.net/rest/api/3/group?groupname=developers"
},
{
"name":"jira-administrators",
"self":"https://laraveladminpanel.atlassian.net/rest/api/3/group?groupname=jira-administrators"
},
{
"name":"jira-software-users",
"self":"https://laraveladminpanel.atlassian.net/rest/api/3/group?groupname=jira-software-users"
},
{
"name":"test",
"self":"https://laraveladminpanel.atlassian.net/rest/api/3/group?groupname=test"
}
]
Atlassian connect
Request
curl --request DELETE --url https://laraveladminpanel.atlassian.net/rest/api/2/group/user?groupname=developers&accountId=5f59dd410e39680069ff435b --user user@example.com:[redacted] --header 'Accept: application/json'
Reasponse
HTTP/2 404
server: AtlassianProxy/1.15.8.1
vary: Accept-Encoding
cache-control: no-cache, no-store, no-transform
content-type: application/json;charset=UTF-8
strict-transport-security: max-age=315360000; includeSubDomains; preload
date: Thu, 10 Sep 2020 22:41:02 GMT
atl-traceid: 429acb9d8e2c9399
x-arequestid: 25ac64cb-4c95-4cea-ba2b-3d139f419b99
x-aaccountid: 5f59ce74d2c77e0075b4fd90
x-xss-protection: 1; mode=block
timing-allow-origin: *
x-content-type-options: nosniff
micros-issuer: micros/edge-authenticator
set-cookie: atlassian.xsrf.token=[redacted]; Path=/; Secure
expect-ct: report-uri="https://web-security-reports.services.atlassian.com/expect-ct-report/global-proxy", enforce, max-age=86400
{"errorMessages":["Указанный пользователь не существует, либо у вас нет требуемых прав"],"errors":{}}