Get a list of user attributes.

External Documentation

To learn more, visit the Atlassian Crowd documentation.

Parameters

ParameterDescription
UsernameThe unique username of the user whose attributes are to be obtained.

Example Output

{
	"link": {
		"href": "https://crowdserver/crowd/rest/usermanagement/1/user/attributes?username=sampleuser&attributename=invalidPasswordAttempts&attributename=requiresPasswordChange",
		"rel": "self"
	},
	"attribute": [
		{
			"link": {
				"href": "https://crowdserver/crowd/rest/usermanagement/1/user/attributes?username=sampleuser&attributename=invalidPasswordAttempts",
				"rel": "self"
			},
			"name": "invalidPasswordAttempts",
			"values": [
				"0"
			]
		},
		{
			"link": {
				"href": "https://crowdserver/crowd/rest/usermanagement/1/user/attributes?username=sampleuser&attributename=invalidPasswordAttempts&attributename=requiresPasswordChange",
				"rel": "self"
			},
			"name": "requiresPasswordChange",
			"values": [
				"false"
			]
		}
	]
}

Workflow Library Example

Get User Attributes with Atlassian Crowd and Send Results Via Email

Preview this Workflow on desktop