Need to get users list using API.
Hi @Dinesh
You can review the API calls for Confluence users at https://developer.atlassian.com/cloud/confluence/rest/api-group-users/#api-group-users
You will notice there is not a API in that set that returns a list of users for this you need to think laterally and use the groups of members. Assuming you have used the default group confluence-users this will provide you with a list of all users and the API to get this is described at https://developer.atlassian.com/cloud/confluence/rest/api-group-group/#api-wiki-rest-api-group-groupname-get. Notice that get group members is deprecated and replaced with get group.
Phill
After providing all fields, Still getting 404 error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.