Welcome to mirror list, hosted at ThFree Co, Russian Federation.

success.xml « fixtures « spec « omniauth_crowd « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2324ab6b402d4c4720c1eed8d061c2c3d309e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<user name="foo" expand="attributes">
	<link rel="self" href="http://crowd.example.org/crowd/rest/usermanagement/latest/user?username=foo"/>
	<first-name>Foo</first-name>
	<last-name>Foobaz</last-name>
	<display-name>Foo Foobaz</display-name>
	<email>foo@example.org</email>
	<password><link rel="edit" href="http://crowd.example.org/crowd/rest/usermanagement/latest/user/password?username=foo"/></password>
	<active>true</active>
	<attributes><link rel="self" href="http://crowd.example.org/crowd/rest/usermanagement/latest/user/attribute?username=foo"/></attributes>
</user>